.campaign-review-page {
  display: grid;
  gap: 20px;
  padding: 28px;
  box-sizing: border-box;
}


.ts-audience-chart-head.ts-outflow-chart-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 8px;
}

.ts-audience-chart-head.ts-outflow-chart-head > div:first-child {
  grid-column: 1;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle {
  grid-column: 2;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-view-toggle {
  grid-column: 4;
  justify-self: end;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle[hidden] {
  display: none;
}

.detail-return-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1550;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(45, 108, 223, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 108, 223, 0.94), rgba(120, 182, 255, 0.94));
  box-shadow: 0 18px 36px rgba(23, 67, 128, 0.18);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.detail-return-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.campaign-review-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
  border-radius: 28px;
}

.campaign-hero-main {
  min-width: 0;
}

.campaign-title-row {
  display: flex;
  align-items: center;
  min-width: 0;
}

.campaign-review-new-page .campaign-title-row {
  flex-direction: column;
  gap: 16px;
}

.campaign-new-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.campaign-new-tabs button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #334155;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.campaign-new-tabs button:hover,
.campaign-new-tabs button.is-active {
  border-color: rgba(15, 23, 42, 0.72);
  background: #111827;
  color: #fff;
}

.shoes-drilldown-switch {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 2px;
}

.shoes-drilldown-switch button {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.shoes-drilldown-switch button:hover,
.shoes-drilldown-switch button.is-active {
  border-color: rgba(15, 23, 42, 0.72);
  background: #111827;
  color: #fff;
}

.campaign-new-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.campaign-overview-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: clamp(34px, 3vw, 56px);
  line-height: 1.08;
}

.campaign-promotion-select {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.campaign-promotion-select select {
  max-width: 180px;
  height: 42px;
  padding: 0 30px 0 8px;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 0.72em;
  font-weight: 850;
  line-height: 42px;
  text-align: center;
  text-align-last: center;
  appearance: none;
  cursor: pointer;
}

.campaign-promotion-select select option,
.campaign-filter-select select option {
  padding-left: 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.campaign-promotion-select select option {
  padding-left: 0;
  text-align: center;
}

.campaign-promotion-select::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #2d6cdf;
  transform: translateY(-20%);
  pointer-events: none;
}

.campaign-summary {
  display: grid;
  gap: 6px;
  flex: 0 1 260px;
  min-width: 190px;
  max-width: 260px;
  padding: 14px 16px;
  border-left: 4px solid #2d6cdf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(23, 67, 128, 0.08);
}

.campaign-summary span {
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-summary strong {
  color: #143a6b;
  font-size: 16px;
  line-height: 1.35;
}

.campaign-overview-summary-panel,
.campaign-review-panel,
.audience-review-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px rgba(23, 67, 128, 0.12);
}

.campaign-overview-summary-panel {
  padding: 14px;
}

.campaign-overview-summary-panel[hidden],
.campaign-review-panel[hidden],
.audience-review-panel[hidden] {
  display: none;
}

.campaign-overview-summary-panel .store-conclusion {
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78);
}

.audience-review-panel {
  gap: 20px;
}

.campaign-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.campaign-panel-title-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
}

.campaign-module-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.campaign-compare-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5a7090;
  font-size: 12px;
  font-weight: 700;
}

.campaign-compare-select {
  position: relative;
  display: inline-flex;
}

.campaign-compare-select select {
  min-width: 148px;
  height: 36px;
  padding: 0 28px 0 12px;
  border: 1px solid rgba(108, 146, 198, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.95), rgba(236, 244, 255, 0.9));
  color: #23436c;
  font-size: 12px;
  line-height: 36px;
  appearance: none;
}

.campaign-compare-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #7a96bb;
  transform: translateY(-30%);
  pointer-events: none;
}

.campaign-action-label {
  color: #8aa0bb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.campaign-trend-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(108, 146, 198, 0.2);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.95), rgba(236, 244, 255, 0.9));
  cursor: pointer;
}

.campaign-trend-button span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(180deg, #6c94dc, #2d6cdf);
  clip-path: polygon(0 70%, 25% 45%, 46% 58%, 74% 25%, 100% 44%, 100% 62%, 73% 44%, 45% 76%, 22% 61%, 0 84%);
}

.campaign-panel-head h3 {
  margin: 0;
  color: #143a6b;
  font-size: 26px;
  line-height: 1.2;
}

.campaign-filter-select {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.campaign-filter-select select {
  min-width: 154px;
  height: 38px;
  padding: 0 34px 0 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.96), rgba(237, 245, 255, 0.92));
  color: #244d7f;
  font: inherit;
  font-size: clamp(14px, 0.92vw, 15px);
  font-weight: 500;
  line-height: 38px;
  text-align: left;
  text-align-last: left;
  appearance: none;
  cursor: pointer;
}

.campaign-filter-select::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #7a96bb;
  transform: translateY(-35%);
  pointer-events: none;
}

.store-conclusion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px 22px;
  border: 1px solid rgba(72, 127, 201, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(239, 246, 255, 0.88));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78), 0 12px 28px rgba(23, 67, 128, 0.06);
}

.store-conclusion.is-y26-split {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px 22px;
  border-color: rgba(72, 127, 201, 0.18);
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 255, 0.92));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78), 0 14px 30px rgba(23, 67, 128, 0.07);
}

.store-conclusion-summary-title {
  color: #6f8eb1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.store-conclusion-split-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.store-conclusion-insight {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
}

.store-conclusion-insight + .store-conclusion-insight {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid rgba(72, 127, 201, 0.22);
}

.store-conclusion-card-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #5b7699;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.store-conclusion-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: rgba(225, 235, 250, 0.72);
  color: #174b91;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.store-conclusion-insight.is-audience .store-conclusion-icon {
  background: rgba(220, 252, 231, 0.92);
  color: #15803d;
  font-size: 11px;
}

.store-conclusion-insight strong {
  color: #143a6b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.32;
}

.store-conclusion-main {
  display: grid;
  gap: 6px;
}

.store-conclusion-main span {
  color: #6f8eb1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.store-conclusion-main strong {
  color: #143a6b;
  font-size: 17px;
  line-height: 1.45;
}

.store-conclusion-copy {
  display: grid;
  gap: 6px;
  max-width: 960px;
}

.store-conclusion-copy p {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #365982;
  font-size: 14px;
  line-height: 1.7;
  box-shadow: none;
}

.store-conclusion-highlight,
.store-conclusion-copy .store-change-text,
.store-conclusion-copy .store-change {
  font-weight: 700;
}

.store-conclusion-highlight {
  margin-left: 4px;
}

.store-conclusion-highlight.is-positive {
  color: #16833b;
}

.store-conclusion-highlight.is-negative {
  color: #d01919;
}

.store-conclusion-highlight.is-flat {
  color: #64748b;
}

.store-formula-board {
  position: relative;
  display: grid;
  grid-template-columns:
    minmax(220px, 1.45fr)
    18px
    minmax(150px, 1fr)
    20px
    minmax(150px, 1fr)
    20px
    minmax(150px, 1fr);
  grid-template-rows: repeat(2, minmax(128px, auto));
  align-items: center;
  gap: 18px 10px;
  min-width: 0;
  margin-top: 18px;
}

.store-formula-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-width: 0;
  min-height: 128px;
  padding: 16px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(23, 67, 128, 0.09);
}

.store-formula-card-large {
  grid-column: 1;
  grid-row: 1 / span 2;
  grid-template-rows: auto auto auto;
  min-height: 292px;
  align-content: center;
  border-left: 5px solid #2d6cdf;
}

.store-card-buyers {
  grid-column: 3;
  grid-row: 1;
}

.store-card-atv {
  grid-column: 3;
  grid-row: 2;
}

.store-card-new {
  grid-column: 5;
  grid-row: 1;
}

.store-card-unit {
  grid-column: 5;
  grid-row: 2;
}

.store-card-repeat {
  grid-column: 7;
  grid-row: 1;
}

.store-card-aur {
  grid-column: 7;
  grid-row: 2;
}

.store-card-title {
  color: #566f91;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.store-card-title em {
  margin-left: 6px;
  color: #6f8eb1;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.store-card-value,
.store-card-main strong {
  display: flex;
  align-items: baseline;
  gap: 5px;
  color: #163964;
  font-size: clamp(28px, 2.2vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.store-card-value {
  font-size: clamp(38px, 3vw, 50px);
}

.store-card-value-with-change {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.store-card-value small,
.store-card-main small {
  font-size: 0.48em;
  font-weight: 900;
}

.store-card-value b {
  color: #5f7188;
  font-size: 0.42em;
  font-weight: 900;
}

.store-card-main {
  display: flex;
  align-items: center;
  align-self: start;
  flex-wrap: wrap;
  gap: 10px;
}

.store-card-helper {
  align-self: end;
  color: #8aa0bc;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.store-card-foot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.store-card-foot-line {
  display: block;
}

.store-refund-rate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #566f91;
  font-size: 13px;
  font-weight: 900;
}

.store-change {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.store-change.is-positive {
  background: rgba(34, 197, 94, 0.14);
  color: #16833b;
}

.store-change.is-negative {
  background: rgba(239, 68, 68, 0.12);
  color: #d01919;
}

.store-change.is-flat {
  background: rgba(100, 116, 139, 0.1);
  color: #64748b;
}

.store-change-text {
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}

.store-change-text.is-positive {
  color: #16833b;
}

.store-change-text.is-negative {
  color: #d01919;
}

.store-change-text.is-flat {
  color: #64748b;
}

.store-formula-symbol {
  display: grid;
  place-items: center;
  color: #c4d2e2;
  font-size: 36px;
  font-weight: 900;
}

.store-symbol-gmv-eq {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.store-symbol-buyers-eq {
  grid-column: 4;
  grid-row: 1;
}

.store-symbol-atv-eq {
  grid-column: 4;
  grid-row: 2;
}

.store-symbol-new-plus {
  grid-column: 6;
  grid-row: 1;
}

.store-symbol-unit-times {
  grid-column: 6;
  grid-row: 2;
}

.store-symbol-main-times {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: auto;
  height: auto;
  margin-top: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(137, 160, 190, 0.42);
  font-size: 34px;
  z-index: 0;
  pointer-events: none;
}

.store-empty-state {
  display: grid;
  gap: 16px;
}

.store-formula-board-empty {
  opacity: 0.88;
}

.store-placeholder-card {
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.96), rgba(242, 247, 253, 0.92));
  box-shadow: none;
}

.store-placeholder-line {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(218, 229, 243, 0.95), rgba(238, 244, 251, 0.95));
}

.store-placeholder-line.is-main {
  width: 68%;
  height: 26px;
}

.store-placeholder-line.is-sub {
  width: 48%;
}

.campaign-placeholder-line {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(72, 127, 201, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fbff 0%, #f1f6fd 100%);
}

.campaign-placeholder-line h3,
.campaign-placeholder-line p {
  margin: 0;
}

.campaign-placeholder-line h3 {
  color: #143a6b;
  font-size: 16px;
}

.campaign-placeholder-line p {
  color: #6f8eb1;
  font-size: 13px;
  line-height: 1.6;
}

.audience-performance {
  display: grid;
  gap: 20px;
}

.audience-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.audience-section-head .campaign-module-actions {
  margin-left: auto;
  flex-shrink: 0;
}

.audience-section-head h3 {
  margin: 0;
  color: #143a6b;
  font-size: 26px;
  line-height: 1.2;
}

.audience-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.audience-summary-grid.is-y26-opportunity {
  grid-template-columns: minmax(260px, 0.9fr) minmax(420px, 1.4fr);
}

.audience-total-card,
.audience-highlight-card,
.audience-detail-card {
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(23, 67, 128, 0.08);
}

.audience-total-card {
  display: grid;
  align-content: center;
  gap: 12px;
  grid-column: 1 / -1;
  min-height: 150px;
  padding: 20px;
}

.audience-total-card span,
.audience-highlight-card > span {
  color: #566f91;
  font-size: 13px;
  font-weight: 850;
}

.audience-total-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.audience-total-card strong {
  color: #163964;
  font-size: clamp(38px, 3vw, 50px);
  font-weight: 900;
  line-height: 1;
}

.audience-total-helper {
  color: #566f91;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.audience-highlight-card {
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 20px;
  min-width: 0;
  overflow: hidden;
}

.audience-highlight-card.is-blue {
  border-left: 5px solid #2d6cdf;
}

.audience-highlight-card.is-green {
  border-left: 5px solid #22c55e;
  background: linear-gradient(180deg, rgba(248, 255, 251, 0.96), rgba(255, 255, 255, 0.96));
}

.audience-highlight-card.is-opportunity-focus {
  gap: 10px;
}

.audience-highlight-card.is-orange {
  border-left: 5px solid #ff9f2d;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(255, 255, 255, 0.96));
}

.audience-highlight-card h4,
.audience-detail-card h4 {
  margin: 0;
  color: #111827;
  font-size: clamp(20px, 1.45vw, 22px);
  font-weight: 850;
  line-height: 1.2;
}

.audience-detail-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.audience-detail-title-row > span {
  font-size: inherit;
  font-weight: inherit;
}

.audience-detail-card .audience-detail-title-row .audience-average-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(225, 235, 250, 0.85);
  color: #23436c;
  font-size: clamp(12px, 0.82vw, 13px) !important;
  font-weight: 500;
  line-height: 1.15;
}

.audience-detail-card .audience-average-badge em {
  font-size: inherit !important;
  font-style: normal;
  opacity: 0.75;
}

.audience-detail-card .audience-average-badge strong {
  font-size: inherit;
  font-weight: 500;
}

.audience-key-list {
  display: grid;
}

.audience-key-list div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  border-bottom: 1px solid rgba(72, 127, 201, 0.12);
}

.audience-key-list.is-growth div {
  grid-template-columns: 64px minmax(0, 1fr) 46px 58px;
  gap: 8px;
}

.audience-key-list div:last-child {
  border-bottom: 0;
}

.audience-key-list span {
  color: #566f91;
  font-size: clamp(12px, 0.82vw, 13px);
  font-weight: 500;
  min-width: 0;
  white-space: nowrap;
}

.audience-key-list strong,
.audience-key-list em {
  color: #111827;
  font-size: clamp(12px, 0.86vw, 13px);
  font-style: normal;
  font-weight: 500;
  min-width: 0;
}

.audience-key-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audience-key-list div.is-wide {
  grid-template-columns: 78px minmax(0, 1.3fr) auto;
}

.audience-key-list div.is-wide strong {
  overflow: visible;
  text-overflow: clip;
}

.audience-key-list em {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  white-space: nowrap;
}

.audience-key-list .store-change {
  box-sizing: border-box;
  justify-content: center;
  min-width: 52px;
  max-width: 100%;
  padding: 3px 7px;
}

.audience-opportunity-list {
  display: grid;
  gap: 8px;
}

.audience-highlight-card.is-opportunity-focus .audience-opportunity-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.audience-opportunity-row {
  display: grid;
  grid-template-columns: minmax(76px, 0.62fr) minmax(104px, 1fr) minmax(172px, 1.35fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.audience-highlight-card.is-opportunity-focus .audience-opportunity-row {
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 8px;
  padding: 9px 10px;
}

.audience-highlight-card.is-opportunity-focus .audience-opportunity-row.is-primary {
  grid-column: 1 / -1;
  grid-template-columns: minmax(76px, 0.45fr) minmax(140px, 1fr) minmax(172px, 0.9fr);
  align-items: center;
}

.audience-opportunity-rank {
  color: #15803d;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
}

.audience-opportunity-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.audience-opportunity-name-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.audience-opportunity-name-line strong {
  overflow: hidden;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audience-opportunity-name-line span {
  flex: 0 0 auto;
  color: #566f91;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.audience-opportunity-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

.audience-opportunity-metrics span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 6px 7px;
  border-radius: 12px;
  background: rgba(233, 247, 239, 0.92);
}

.audience-opportunity-metrics em {
  color: #58705f;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.audience-opportunity-metrics b {
  color: #111827;
  font-size: clamp(12px, 0.86vw, 13px);
  font-weight: 500;
  line-height: 1;
}

.audience-opportunity-metrics .store-change {
  justify-self: start;
  min-width: 54px;
  padding: 3px 7px;
  font-size: clamp(12px, 0.86vw, 13px);
  font-weight: 500;
}

.audience-opportunity-empty {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px dashed rgba(34, 197, 94, 0.34);
  border-radius: 14px;
  background: rgba(248, 255, 251, 0.72);
}

.audience-opportunity-empty strong {
  color: #111827;
  font-size: 16px;
  font-weight: 850;
}

.audience-opportunity-empty p {
  margin: 0;
  color: #566f91;
  font-size: 13px;
  line-height: 1.45;
}

.audience-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.audience-detail-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 210px;
  padding: 20px;
}

.audience-detail-card.is-empty {
  border-style: dashed;
  background: linear-gradient(180deg, rgba(249, 252, 255, 0.96), rgba(244, 249, 255, 0.92));
}

.audience-bar-list {
  display: grid;
  align-content: start;
  grid-auto-rows: 22px;
  gap: 8px;
}

.audience-bar-row {
  display: grid;
  grid-template-columns: minmax(56px, 0.62fr) minmax(46px, 0.44fr) minmax(58px, 0.72fr) minmax(64px, 0.56fr);
  align-items: center;
  column-gap: 10px;
  height: 22px;
  min-width: 0;
}

.audience-bar-head {
  color: #7a8ca5;
  font-size: 12px;
  line-height: 1;
}

.audience-bar-head span,
.audience-bar-head strong {
  color: #7a8ca5;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.audience-share-head {
  grid-column: 2 / span 2;
  justify-self: center;
  text-align: center;
}

.audience-yoy-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7a8ca5;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  text-align: right;
  cursor: pointer;
  justify-self: center;
}

.audience-yoy-toggle::after {
  content: "\21c4";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(79, 141, 247, 0.26);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(232, 241, 255, 0.94));
  color: #2d6cdf;
  font-size: 12px;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.audience-yoy-toggle:hover {
  color: #2d6cdf;
}

.audience-bar-row span {
  overflow: hidden;
  color: #40516b;
  font-size: clamp(12px, 0.82vw, 13px);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audience-bar-row strong {
  color: #111827;
  font-size: clamp(12px, 0.82vw, 13px);
  font-weight: 500;
  justify-self: center;
  text-align: right;
}

.audience-bar-row i {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef3f9;
}

.audience-bar-row .store-change-text {
  justify-self: center;
  font-size: clamp(12px, 0.82vw, 13px);
  text-align: center;
}

.audience-yoy-value {
  justify-self: center;
  color: #566f91;
  font-size: clamp(12px, 0.82vw, 13px);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.audience-yoy-value.is-above-benchmark {
  color: #16833b;
  font-weight: 800;
}

.audience-yoy-value.is-negative {
  color: #d01919;
  font-weight: 500;
}

.campaign-trend-backdrop {
  position: fixed;
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 80;
  overflow: hidden;
  background: rgba(10, 20, 38, 0.34);
  backdrop-filter: blur(2px);
  overscroll-behavior: contain;
}

body.campaign-trend-modal-open {
  overflow: hidden;
}

body.campaign-trend-modal-open .sidebar {
  z-index: 90;
}

.campaign-trend-modal {
  position: fixed;
  left: calc(280px + 24px);
  right: 24px;
  top: 24px;
  bottom: 24px;
  width: auto;
  height: auto;
  transform: none;
  display: grid;
  place-items: stretch;
  min-width: 0;
  min-height: 0;
}

.campaign-trend-shell {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: auto;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: clamp(18px, 1.4vw, 24px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  box-shadow: 0 24px 70px rgba(15, 35, 70, 0.2);
}

.campaign-trend-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.campaign-trend-eyebrow {
  margin: 0 0 4px;
  color: #6f8eb1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-trend-head h2 {
  margin: 0;
  color: #143a6b;
  font-size: 24px;
}

.campaign-trend-note {
  margin: 6px 0 0;
  color: #5e7698;
  font-size: 13px;
}

.campaign-trend-head-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.campaign-trend-close {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(108, 146, 198, 0.2);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.95), rgba(236, 244, 255, 0.9));
  color: #23436c;
  cursor: pointer;
}

.campaign-trend-body {
  display: grid;
  grid-template-columns: minmax(220px, 0.25fr) minmax(0, 1fr);
  gap: clamp(14px, 1.2vw, 18px);
  min-height: 0;
  overflow: hidden;
}

.campaign-trend-list {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 0;
}

.campaign-trend-item {
  display: grid;
  gap: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(72, 127, 201, 0.12);
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.campaign-trend-item.is-active {
  border-color: rgba(45, 108, 223, 0.3);
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.82);
}

.campaign-trend-item span {
  color: #143a6b;
  font-size: 13px;
  font-weight: 800;
}

.campaign-trend-item strong {
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 500;
}

.campaign-trend-main {
  display: grid;
  grid-template-rows: auto minmax(0, 1.15fr) minmax(0, 0.82fr);
  gap: clamp(14px, 1.2vw, 18px);
  min-height: 0;
}

.campaign-trend-main.is-store {
  grid-template-rows: minmax(0, 1.15fr) minmax(0, 0.82fr);
}

.campaign-trend-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(72, 127, 201, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.campaign-trend-tag-filter {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #566f91;
  font-size: 13px;
  font-weight: 800;
}

.campaign-trend-tag-filter select {
  min-width: 160px;
  height: 34px;
  padding: 0 30px 0 12px;
  border: 1px solid rgba(108, 146, 198, 0.22);
  border-radius: 10px;
  background: #f7fbff;
  color: #143a6b;
  font: inherit;
  appearance: auto;
}

.campaign-trend-segments {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: #edf3fb;
}

.campaign-trend-segments button {
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #566f91;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.campaign-trend-segments button.is-active {
  background: #ffffff;
  color: #165dff;
  box-shadow: 0 4px 12px rgba(23, 67, 128, 0.1);
}

.campaign-trend-chart,
.campaign-trend-data {
  min-height: 0;
  overflow: auto;
  padding: clamp(14px, 1.2vw, 18px);
  border: 1px solid rgba(72, 127, 201, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
}

.campaign-trend-chart {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  align-content: stretch;
  gap: 12px;
  padding: clamp(18px, 1.4vw, 22px);
}

.campaign-trend-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.campaign-trend-chart-head p {
  margin: 0 0 6px;
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.campaign-trend-chart-head h3 {
  margin: 0;
  color: #143a6b;
  font-size: 26px;
  line-height: 1.15;
}

.campaign-trend-echart {
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.campaign-trend-combo {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  height: 100%;
  min-height: 0;
}

.campaign-trend-combo-stage {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 20px 18px 8px;
}

.campaign-trend-line {
  position: absolute;
  inset: 12px 28px 56px;
  width: calc(100% - 56px);
  height: calc(100% - 68px);
  overflow: visible;
  pointer-events: none;
}

.campaign-trend-line-dot {
  position: absolute;
  z-index: 3;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #13a062;
  box-shadow: 0 2px 8px rgba(19, 160, 98, 0.26);
  transform: translate(-50%, -50%);
}

.campaign-trend-yoy-label {
  position: absolute;
  z-index: 3;
  color: #13a062;
  font-size: 11px;
  font-weight: 700;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}

.campaign-trend-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  align-items: end;
  gap: 18px;
  min-height: 0;
}

.campaign-trend-column {
  display: grid;
  grid-template-rows: minmax(90px, 1fr) auto auto;
  gap: 6px;
  min-width: 0;
  text-align: center;
}

.campaign-trend-column-track {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(238, 244, 251, 0.42), rgba(238, 244, 251, 0.86));
}

.campaign-trend-column-track b {
  width: 42%;
  min-height: 4px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, #6da0ff, #2d6cdf);
}

.campaign-trend-column strong {
  color: #143a6b;
  font-size: 12px;
  line-height: 1;
}

.campaign-trend-column span {
  overflow: hidden;
  color: #5e7698;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.campaign-trend-legend {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  color: #5e7698;
  font-size: 11px;
  font-weight: 800;
}

.campaign-trend-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.campaign-trend-legend i {
  display: block;
  width: 14px;
  height: 8px;
  border-radius: 999px;
}

.campaign-trend-legend .is-bar {
  background: #4f8df7;
}

.campaign-trend-legend .is-line {
  height: 2px;
  background: #13a062;
}


.campaign-trend-empty {
  display: grid;
  place-items: center;
  height: 100%;
  color: #6f8eb1;
  font-size: 13px;
}

.campaign-trend-bar-row {
  display: grid;
  grid-template-columns: 120px minmax(160px, 1fr) 88px 88px;
  align-items: center;
  gap: 12px;
  min-height: 24px;
}

.campaign-trend-bar-row span,
.campaign-trend-bar-row em,
.campaign-trend-bar-row small {
  font-style: normal;
  font-size: 12px;
  color: #35567f;
}

.campaign-trend-bar-row i {
  height: 8px;
  border-radius: 999px;
  background: #edf2fa;
}

.campaign-trend-bar-row i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #4f8df7;
}

.campaign-trend-table {
  width: 100%;
  border-collapse: collapse;
}

.campaign-trend-table th,
.campaign-trend-table td {
  padding: 8px 8px;
  border-bottom: 1px solid rgba(72, 127, 201, 0.12);
  font-size: 12px;
  text-align: left;
}

.campaign-trend-table th {
  color: #6f8eb1;
  font-weight: 800;
}

.campaign-trend-table td {
  color: #143a6b;
}

.audience-bar-row i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #4f8df7;
}

.audience-placeholder-row span,
.audience-placeholder-row strong,
.audience-placeholder-row em {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(218, 229, 243, 0.95), rgba(238, 244, 251, 0.95));
}

.audience-placeholder-row span {
  width: 70%;
}

.audience-placeholder-row strong {
  width: 48px;
  justify-self: center;
}

.audience-placeholder-row i {
  background: rgba(232, 239, 248, 0.96);
}

.audience-placeholder-row i b {
  width: 42%;
  background: rgba(208, 222, 241, 0.96);
}

.audience-placeholder-row em {
  width: 54px;
  justify-self: center;
}

@media (max-width: 760px) {
  .campaign-review-page {
    padding: 16px;
  }

  .campaign-review-hero {
    display: grid;
  }

  .campaign-summary {
    max-width: none;
  }

  .store-conclusion,
  .audience-summary-grid,
  .audience-detail-grid {
    grid-template-columns: 1fr;
  }

  .store-conclusion.is-y26-split {
    grid-template-columns: 1fr;
  }

  .store-conclusion-split-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .store-conclusion-insight + .store-conclusion-insight {
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.22);
    border-left: 0;
  }

  .store-formula-board {
    grid-template-columns: 1fr;
  }

  .store-formula-board {
    grid-template-rows: auto;
  }

  .store-formula-card-large,
  .store-card-buyers,
  .store-card-atv,
  .store-card-new,
  .store-card-unit,
  .store-card-repeat,
  .store-card-aur,
  .store-symbol-gmv-eq,
  .store-symbol-buyers-eq,
  .store-symbol-atv-eq,
  .store-symbol-new-plus,
  .store-symbol-unit-times,
  .store-symbol-main-times {
    grid-column: auto;
    grid-row: auto;
  }

  .store-formula-symbol {
    min-height: 24px;
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .campaign-review-page {
    padding: 20px;
  }

  .campaign-review-hero {
    gap: 16px;
  }

  .campaign-overview-summary-panel,
  .campaign-review-panel,
  .audience-review-panel {
    padding: 20px;
  }

  .store-formula-board {
    grid-template-columns:
      minmax(200px, 1.2fr)
      14px
      minmax(132px, 1fr)
      16px
      minmax(132px, 1fr)
      16px
      minmax(132px, 1fr);
    gap: 16px 8px;
  }

  .store-formula-card {
    padding: 14px;
  }

  .audience-detail-card {
    padding: 18px;
  }

}

@media (max-width: 1080px) {
  .campaign-review-hero {
    display: grid;
  }

  .campaign-summary {
    max-width: none;
  }

  .store-formula-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .store-formula-card-large,
  .store-card-buyers,
  .store-card-atv,
  .store-card-new,
  .store-card-unit,
  .store-card-repeat,
  .store-card-aur,
  .store-symbol-gmv-eq,
  .store-symbol-buyers-eq,
  .store-symbol-atv-eq,
  .store-symbol-new-plus,
  .store-symbol-unit-times,
  .store-symbol-main-times {
    grid-column: auto;
    grid-row: auto;
  }

  .store-formula-card-large {
    min-height: 220px;
  }

  .store-formula-symbol {
    display: none;
  }

  .audience-summary-grid,
  .audience-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-opportunity-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .audience-highlight-card.is-opportunity-focus .audience-opportunity-list {
    grid-template-columns: 1fr;
  }

  .audience-highlight-card.is-opportunity-focus .audience-opportunity-row.is-primary {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .audience-total-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .store-formula-board,
  .audience-summary-grid,
  .audience-detail-grid {
    grid-template-columns: 1fr;
  }

  .store-conclusion.is-y26-split {
    grid-template-columns: 1fr;
  }

  .store-conclusion-split-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .store-conclusion-insight + .store-conclusion-insight {
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.22);
    border-left: 0;
  }

  .audience-opportunity-metrics {
    grid-template-columns: 1fr;
  }

  .audience-highlight-card.is-opportunity-focus .audience-opportunity-list {
    grid-template-columns: 1fr;
  }

  .category-summary-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .category-summary-block + .category-summary-block {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.2);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .campaign-review-page {
    padding: 16px;
  }

  .campaign-review-hero {
    display: grid;
  }

  .campaign-summary {
    max-width: none;
  }
}


/* Category Performance */
.category-performance-shell {
  display: grid;
  gap: 22px;
}

.category-section {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(72, 127, 201, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(23, 67, 128, 0.08);
}

.category-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.category-section-head h3 {
  margin: 0;
  color: #143a6b;
  font-size: 26px;
  line-height: 1.2;
}

.category-section-head p {
  margin: 0;
  color: #6f8eb1;
  font-size: 13px;
  font-weight: 700;
}

.category-subsection-head {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(72, 127, 201, 0.14);
}

.category-summary-band {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 255, 0.9));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78);
}

.category-summary-title {
  color: #6f8eb1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.category-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
}

.category-summary-block {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.category-summary-block + .category-summary-block {
  margin-top: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  border-top: 1px solid rgba(72, 127, 201, 0.2);
  border-left: 0;
}

.category-summary-block h4 {
  margin: 0;
  color: #143a6b;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.category-summary-block ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

.category-summary-block li {
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.category-summary-block b {
  color: #1d2129;
  font-weight: 900;
}

.category-summary-block b.is-positive {
  color: #16833b;
}

.category-summary-block b.is-negative {
  color: #d01919;
}

.category-audience-summary {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 255, 0.9));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78);
}

.category-audience-summary-title {
  color: #143a6b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.category-audience-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
}

.category-audience-summary-block {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.category-audience-summary-block + .category-audience-summary-block {
  margin-top: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 0;
  border-top: 1px solid rgba(72, 127, 201, 0.2);
  border-left: 0;
}

.category-audience-summary-block:nth-child(3) {
  margin-left: 0;
}

.category-audience-summary-block:nth-child(4) {
  padding-top: 10px;
}

.category-audience-summary-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.category-audience-summary-head h4 {
  margin: 0;
  color: #1d2129;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.category-audience-summary-head span {
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #143a6b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.category-audience-summary-block.is-growth .category-audience-summary-head span,
.category-audience-summary-block.is-engine .category-audience-summary-head span {
  background: #e8ffea;
  color: #16833b;
}

.category-audience-summary-block.is-stable .category-audience-summary-head span {
  background: #eaf2ff;
  color: #143a6b;
}

.category-audience-summary-block.is-risk .category-audience-summary-head span {
  background: #fff0f0;
  color: #d01919;
}

.category-audience-summary-block p {
  margin: 0;
  color: #365982;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.category-audience-summary-block p b {
  color: #143a6b;
  font-weight: 900;
}

.category-audience-summary-block ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.category-audience-summary-block li::marker {
  color: #4e5969;
}

.category-audience-summary-block li b {
  color: #1d2129;
  font-weight: 900;
}

.category-audience-summary-label {
  color: #4e5969;
  font-weight: 400;
}

@media (max-width: 760px) {
  .category-audience-summary-block + .category-audience-summary-block {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.2);
    border-left: 0;
  }
}

.category-insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.category-insight-grid.is-two {
  grid-template-columns: 1fr;
}

.category-insight-card,
.category-insight-placeholder {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 12px 14px;
  border: 1px solid rgba(72, 127, 201, 0.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdff, #f5f9ff);
}

.category-insight-card.is-star {
  border-left: 4px solid #165dff;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.category-insight-card.is-potential {
  border-left: 4px solid #22c55e;
  background: linear-gradient(180deg, #f6fff9, #ffffff);
}

.category-insight-card.is-mature {
  border-left: 4px solid #ff9f2d;
  background: linear-gradient(180deg, #fffaf2, #ffffff);
}

.category-insight-card.is-dog {
  border-left: 4px solid #94a3b8;
}

.category-insight-card.is-audience-core {
  border-left: 4px solid #165dff;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.category-insight-card.is-audience-change {
  border-left: 4px solid #22c55e;
  background: linear-gradient(180deg, #f6fff9, #ffffff);
}

.category-insight-card.is-audience-preference {
  border-left: 4px solid #4f7cff;
  background: linear-gradient(180deg, #f6f9ff, #ffffff);
}

.category-insight-card.is-audience-growth {
  border-left: 4px solid #10b981;
  background: linear-gradient(180deg, #f5fff9, #ffffff);
}

.category-insight-card span,
.category-insight-placeholder span {
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 700;
}

.category-insight-card strong {
  color: #111827;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
}

.category-insight-card p,
.category-insight-placeholder p {
  margin: 0;
  color: #365982;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.category-insight-card p b {
  color: #143a6b;
  font-weight: 850;
}

.category-chart-card {
  position: relative;
  min-width: 0;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(72, 127, 201, 0.12);
  border-radius: 16px;
  background: #fff;
}

.category-purchase-card {
  padding-top: 22px;
}

.category-product-open-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(108, 146, 198, 0.2);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.95), rgba(236, 244, 255, 0.9));
  cursor: pointer;
}

.category-product-action-label {
  position: absolute;
  top: 33px;
  right: 68px;
  z-index: 2;
  color: #8aa0bb;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.category-product-open-button span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #2d6cdf;
  border-radius: 4px;
}

.category-product-open-button span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2d6cdf;
}

.category-product-open-button span::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 3px;
  height: 7px;
  background: linear-gradient(135deg, transparent 44%, #2d6cdf 45% 56%, transparent 57%),
    linear-gradient(45deg, transparent 36%, #2d6cdf 37% 52%, transparent 53%);
}

.category-product-open-button:hover {
  border-color: rgba(45, 108, 223, 0.36);
  box-shadow: 0 8px 18px rgba(45, 108, 223, 0.14);
}

.category-outsole-overlay {
  position: absolute;
  top: 82px;
  right: 86px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 8px;
  min-width: 168px;
  padding: 12px 14px;
  border: 1px solid rgba(127, 178, 255, 0.5);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 24px rgba(23, 67, 128, 0.08);
  backdrop-filter: blur(6px);
}

.category-outsole-overlay strong {
  grid-column: 1 / -1;
  color: #143a6b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
}

.category-outsole-overlay span {
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.category-outsole-overlay b {
  margin-left: 6px;
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.category-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.category-card-title {
  margin-bottom: 12px;
  color: #143a6b;
  font-size: 15px;
  font-weight: 900;
}

.category-profile-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.category-profile-scope-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid #d8e3f2;
  border-radius: 999px;
  background: #f7f9fc;
}

.category-profile-scope-toggle button {
  min-width: 44px;
  height: 24px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5f6f89;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.category-profile-scope-toggle button.is-active {
  background: #165dff;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(22, 93, 255, 0.18);
}

.category-structure-card,
.category-yoy-card {
  min-width: 0;
}

.category-yoy-card {
  font-size: 0;
  line-height: 0;
}

.category-yoy-card .category-card-title,
.category-yoy-card .category-table {
  font-size: 13px;
  line-height: normal;
}

.category-yoy-card .category-card-title,
.category-structure-card .category-card-title {
  display: flex;
  align-items: flex-start;
  height: 24px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: normal;
}

.category-card-title small {
  margin-left: 8px;
  color: #8aa0bb;
  font-size: 11px;
  font-weight: 500;
}

.category-bubble-svg {
  display: block;
  width: 100%;
  min-width: 760px;
  height: auto;
}

.category-bubble-svg rect {
  fill: #fbfdff;
}

.category-axis-line {
  stroke: #dce6f2;
  stroke-width: 1.2;
  stroke-dasharray: 6 6;
  opacity: 0.72;
}

.category-axis-line.is-store-yoy,
.category-axis-line.is-avg-share {
  stroke: #7fb2ff;
  stroke-width: 1.7;
  opacity: 0.92;
}

.category-base-axis {
  stroke: #94a8c4;
  stroke-width: 1.2;
}

.category-quadrant-label,
.category-axis-note,
.category-bubble-label,
.category-bubble-value,
.category-tick-label,
.category-axis-title {
  fill: #5e7698;
  font-size: 13px;
  font-weight: 500;
}

.category-quadrant-label {
  fill: #8fa1bb;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.58;
}

.category-axis-note {
  fill: #7f93b3;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.74;
}

.category-axis-note.is-share-note,
.category-axis-note.is-store-yoy-note {
  fill: #5f86c8;
  font-weight: 700;
  opacity: 0.96;
}

.category-tick-label {
  font-size: 11px;
  font-weight: 400;
  fill: #6b7f9d;
}

.category-axis-title {
  fill: #143a6b;
  font-size: 12px;
  font-weight: 600;
}

.category-bubble-label {
  fill: #143a6b;
  font-weight: 700;
}

.category-bubble-value {
  fill: #fff;
  font-size: 12px;
  font-weight: 800;
}

.category-label-leader {
  stroke: #9bb0ca;
  stroke-width: 1;
  stroke-dasharray: 3 3;
}

.category-bubble {
  fill: #165dff;
  fill-opacity: 0.72;
  stroke: #fff;
  stroke-width: 2;
}

.category-bubble-point:hover .category-bubble {
  fill-opacity: 0.9;
  stroke: #143a6b;
}

.category-bubble-point {
  cursor: default;
}

.category-tooltip {
  position: fixed;
  z-index: 999;
  display: grid;
  gap: 5px;
  max-width: 220px;
  padding: 10px 12px;
  border: 1px solid rgba(72, 127, 201, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(23, 67, 128, 0.16);
  color: #365982;
  font-size: 12px;
  line-height: 1.35;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.category-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.category-tooltip strong {
  color: #143a6b;
  font-size: 13px;
  font-weight: 850;
}

.category-tooltip span {
  font-weight: 500;
}

.category-bubble.is-potential { fill: #22c55e; }
.category-bubble.is-mature { fill: #ff9f2d; }
.category-bubble.is-dog { fill: #94a3b8; }

.category-product-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  overflow: hidden;
  background: rgba(10, 20, 38, 0.34);
  backdrop-filter: blur(2px);
  overscroll-behavior: contain;
}

body.category-product-modal-open {
  overflow: hidden;
}

body.category-product-modal-open .sidebar {
  z-index: 90;
}

.category-product-modal {
  position: fixed;
  left: calc(280px + 24px);
  right: 24px;
  top: 24px;
  bottom: 24px;
  display: grid;
  place-items: stretch;
  min-width: 0;
  min-height: 0;
}

.category-product-shell {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  box-sizing: border-box;
  padding: clamp(14px, 1.1vw, 20px);
  border: 1px solid rgba(72, 127, 201, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.96));
  box-shadow: 0 28px 80px rgba(12, 35, 70, 0.28);
}

.category-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(72, 127, 201, 0.12);
}

.category-product-eyebrow {
  margin: 0 0 4px;
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-product-head h2 {
  margin: 0;
  color: #143a6b;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.15;
}

.category-product-head p {
  margin: 6px 0 0;
  color: #5f7698;
  font-size: 13px;
  font-weight: 650;
}

.category-product-body {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px 16px;
  min-height: 0;
  padding-top: 12px;
}

.category-product-nav {
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  overflow: auto;
  padding: 4px 6px 4px 0;
}

.category-product-nav button {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  color: #365982;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  padding: 0 12px;
  cursor: pointer;
}

.category-product-nav button.is-active {
  border-color: rgba(45, 108, 223, 0.35);
  background: linear-gradient(180deg, rgba(235, 243, 255, 0.98), rgba(220, 234, 255, 0.94));
  color: #143a6b;
  box-shadow: inset 3px 0 0 #2d6cdf;
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(96px, 150px));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  gap: 10px;
  min-height: 0;
  overflow: hidden;
  padding: 2px 4px 4px;
}

.category-product-source {
  min-width: 0;
}

.category-product-source .chart-source-notes {
  margin-top: 0;
}

.category-product-slot {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.category-product-slot img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: 4 / 6;
  object-fit: contain;
  border: 1px solid rgba(72, 127, 201, 0.14);
  border-radius: 12px;
  background: #fff;
}

.category-product-rank {
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2d6cdf;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(45, 108, 223, 0.22);
}

.category-product-id {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  overflow: hidden;
  padding: 5px 7px;
  border-radius: 8px;
  background: rgba(10, 25, 48, 0.62);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-product-image-placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 6;
  height: 100%;
  min-height: 0;
  border: 1px dashed rgba(72, 127, 201, 0.36);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(234, 242, 255, 0.82), rgba(255, 255, 255, 0.96)),
    repeating-linear-gradient(45deg, rgba(45, 108, 223, 0.08) 0 8px, rgba(45, 108, 223, 0.02) 8px 16px);
  color: #6f8eb1;
  text-align: center;
}

.category-product-image-placeholder strong {
  max-width: 110px;
  color: #143a6b;
  font-size: 12px;
  font-weight: 850;
}

.category-product-image-placeholder em {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 1100px) {
  .category-product-modal {
    left: 16px;
    right: 16px;
  }

  .category-product-body {
    grid-template-columns: 1fr;
  }

  .category-product-nav {
    grid-row: auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(118px, 1fr);
    overflow-x: auto;
  }

  .category-product-grid {
    grid-template-columns: repeat(2, minmax(118px, 1fr));
  }
}

.category-stack-list {
  display: grid;
  gap: 0;
  padding-bottom: 12px;
}

.category-stack-legend {
  display: grid;
  grid-template-columns: 158px repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
  height: 48px;
  margin-bottom: 0;
  border-bottom: 1px solid #edf2f7;
  color: #566f91;
  font-size: 12px;
  font-weight: 900;
}

.category-stack-legend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.category-stack-legend i {
  width: 10px;
  height: 10px;
  border-radius: 3px;
}

.category-stack-row {
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 54px;
}

.category-stack-row.is-low-sample {
  position: relative;
  min-height: 54px;
}

.category-stack-row strong {
  color: #143a6b;
  font-size: 13px;
  line-height: 1.15;
  overflow-wrap: normal;
  white-space: nowrap;
}

.category-stack-bar {
  display: flex;
  height: 26px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3f9;
}

.category-stack-low-sample {
  position: relative;
  display: block;
  min-width: 0;
}

.category-stack-bar.is-merged-newcomer {
  height: 24px;
  outline: 1px dashed rgba(111, 142, 177, 0.35);
  outline-offset: 2px;
}

.category-stack-bar .is-merged-newcomer-segment {
  background: #94a3b8;
}

.category-stack-low-sample em {
  position: absolute;
  left: 0;
  top: 28px;
  color: #6f8eb1;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.category-audience-yoy-table thead th {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.category-audience-yoy-table tbody td {
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

.category-audience-yoy-table tr.is-low-sample td {
  color: #6f8eb1;
  font-weight: 800;
}

.category-low-sample-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef4fb;
  color: #5f7da0;
  font-size: 12px;
  font-weight: 850;
}

.category-strategy-yoy-pivot {
  min-width: 1260px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.category-strategy-yoy-pivot th,
.category-strategy-yoy-pivot td {
  width: 112px;
  min-width: 112px;
}

.category-strategy-yoy-pivot th:first-child,
.category-strategy-yoy-pivot td:first-child {
  position: sticky;
  left: 0 !important;
  z-index: 4;
  width: 72px;
  min-width: 72px;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5eaf2;
}

.category-strategy-yoy-pivot thead th {
  height: 44px;
  padding: 8px 10px;
  line-height: 1.15;
  white-space: normal;
}

.category-strategy-yoy-pivot thead th:first-child {
  z-index: 6;
  background: #ffffff;
}

.category-strategy-yoy-pivot .category-strategy-total-row td:first-child {
  background: #f7f9fc;
}

.category-strategy-yoy-pivot tbody td:first-child {
  font-weight: 600;
}

.category-strategy-yoy-pivot .category-strategy-total-row td:first-child {
  font-weight: 800;
}

.category-strategy-yoy-pivot tbody tr:hover td:first-child {
  background: #f7f9fc;
}

.category-strategy-yoy-pivot .category-group-head {
  background: #f7f9fc;
  color: #5f7da0;
  font-weight: 900;
}

.category-strategy-yoy-pivot .category-group-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  white-space: normal;
  word-break: keep-all;
}

.category-strategy-yoy-pivot .is-group-start {
  border-left: 1px solid #e5eaf2;
}

.category-strategy-total-row td {
  background: #f7f9fc;
  border-bottom: 2px solid #e5eaf2;
  font-weight: 800;
}

.category-strategy-yoy-pivot td.is-ahead-overall {
  font-weight: 900;
}

.category-strategy-yoy-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.category-strategy-metric-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 28px;
  padding: 0 2px 0 0;
  border: 0;
  background: transparent;
  color: #5f7da0;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.category-strategy-metric-switch::after {
  content: "\21c4";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(79, 141, 247, 0.28);
  border-radius: 7px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  color: #2d6cdf;
  font-size: 13px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.category-strategy-metric-switch:hover {
  color: #2d6cdf;
}

.category-strategy-share-bar {
  display: grid;
  grid-template-columns: minmax(34px, 1fr) minmax(42px, auto);
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.category-strategy-share-bar i {
  display: block;
  width: 100%;
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eef8;
}

.category-strategy-share-bar i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #76a8ff 0%, #286edc 100%);
  box-shadow: 0 2px 6px rgba(40, 110, 220, 0.22);
}

.category-strategy-share-bar em,
.category-strategy-share-empty {
  color: #49627f;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.category-strategy-share-bar.is-top-share em {
  color: #0f376a;
  font-weight: 900;
}

.category-strategy-share-empty {
  display: block;
  text-align: center;
}

.category-stack-bar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.category-table {
  width: 100%;
  border-collapse: collapse;
  color: #1d2738;
  font-size: 13px;
}

.category-table th,
.category-table td {
  height: 38px;
  padding: 8px 9px;
  border-bottom: 1px solid #edf2f7;
  text-align: center;
  white-space: nowrap;
}

.category-table th:first-child,
.category-table td:first-child {
  text-align: left;
  color: #143a6b;
  font-weight: 800;
}

.category-table th {
  color: #6f8eb1;
  font-weight: 900;
}

.category-table .is-positive {
  color: #16833b;
}

.category-table .is-negative {
  color: #d01919;
}

.category-table.category-strategy-yoy-pivot tbody td:first-child {
  font-weight: 600;
}

.category-table.category-strategy-yoy-pivot .category-strategy-total-row td:first-child {
  font-weight: 800;
}

.category-core-change {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 850;
}

.category-core-change i {
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}

.category-core-change.is-positive {
  color: #16833b;
}

.category-core-change.is-negative {
  color: #d01919;
}

.category-core-change.is-flat {
  color: #64748b;
}

.category-table .is-strong {
  font-weight: 900;
}

.category-table .is-profile-strong {
  border-radius: 6px;
  background: #eaf2ff;
  color: #143a6b;
  font-weight: 900;
}

.category-table .is-overall-yoy {
  color: #6f8eb1;
  font-weight: 700;
}

.category-profile-table {
  min-width: 1360px;
  table-layout: fixed;
}

.category-profile-table th:nth-child(1),
.category-profile-table td:nth-child(1) { width: 142px; }
.category-profile-table th:nth-child(2),
.category-profile-table td:nth-child(2) { width: 92px; }
.category-profile-table th:nth-child(5),
.category-profile-table td:nth-child(5),
.category-profile-table th:nth-child(7),
.category-profile-table td:nth-child(7) { width: 164px; }
.category-profile-table th:nth-child(3),
.category-profile-table td:nth-child(3) { width: 154px; }
.category-profile-table th:nth-child(4),
.category-profile-table td:nth-child(4),
.category-profile-table th:nth-child(6),
.category-profile-table td:nth-child(6),
.category-profile-table th:nth-child(8),
.category-profile-table td:nth-child(8) { width: 116px; }
.category-profile-table th:nth-child(9),
.category-profile-table td:nth-child(9) { width: 156px; }

.category-profile-table th,
.category-profile-table td {
  height: 50px;
  padding: 10px 12px;
  vertical-align: middle;
}

.category-profile-table tbody tr:hover td {
  background: #f7f9fc;
}

.category-profile-table .is-group-start {
  border-left: 1px solid #e8eef6;
}

.category-profile-table th:first-child,
.category-profile-table td:first-child {
  position: sticky;
  left: 0 !important;
  z-index: 4;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5eaf2;
}

.category-profile-table thead th:first-child {
  z-index: 6;
  background: #ffffff;
}

.category-profile-table tbody tr:hover td:first-child {
  background: #f7f9fc;
}

.category-profile-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  max-width: 168px;
  height: 26px;
  padding: 0 10px 0 12px;
  border-radius: 8px;
  background: #f3f6fb;
  color: #143a6b;
  font-weight: 900;
  box-sizing: border-box;
  overflow: visible;
  white-space: nowrap;
}

.category-profile-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 999px;
  background: #94a3b8;
}

.category-profile-badge.is-star::before { background: #165dff; }
.category-profile-badge.is-potential::before { background: #22c55e; }
.category-profile-badge.is-mature::before { background: #ff9f2d; }
.category-profile-badge.is-dog::before { background: #94a3b8; }

.category-profile-chip-metric {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 132px;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f7f9fc;
  box-sizing: border-box;
}

.category-profile-chip-metric.is-spending {
  width: 144px;
}

.category-profile-chip-metric.is-spending span,
.category-profile-chip-metric.is-spending b {
  font-weight: 500;
}

.category-profile-muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #263247;
  font-weight: 500;
}

.category-profile-muted em {
  color: #143a6b;
  font-style: normal;
  font-weight: 500;
}

.category-profile-chip-metric span {
  overflow: visible;
  color: #1d2738;
  font-weight: 600;
  white-space: nowrap;
}

.category-profile-chip-metric b {
  color: #143a6b;
  font-weight: 850;
}

.category-profile-pill,
.category-profile-strategy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  box-sizing: border-box;
  font-weight: 800;
  white-space: nowrap;
}

.category-profile-pill.is-young { background: #e8ffea; color: #16833b; }
.category-profile-pill.is-middle { background: #eaf2ff; color: #143a6b; }
.category-profile-pill.is-mature { background: #f2f3f5; color: #5f6f89; }
.category-profile-pill.is-low-spend { background: #f2f3f5; color: #5f6f89; }
.category-profile-pill.is-mid-spend { background: #eaf2ff; color: #143a6b; }
.category-profile-pill.is-high-spend { background: #fff7e8; color: #b45f00; }
.category-profile-pill.is-neutral { background: #f2f3f5; color: #5f6f89; }

.category-profile-pill.is-strong {
  box-shadow: inset 0 0 0 1px rgba(22, 93, 255, 0.22);
}

.category-profile-strategy {
  width: auto;
  min-width: 0;
  max-width: 110px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid rgba(79, 141, 247, 0.28);
  background: #f1f7ff;
  color: #143a6b;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-profile-card.is-dog .category-profile-strategy {
  border-color: rgba(255, 77, 79, 0.35);
  background: #fff0f0;
  color: #b91c1c;
}

.category-profile-text {
  color: #1d2738;
  font-weight: 600;
}

.category-profile-card-list {
  display: grid;
  grid-template-columns: repeat(var(--profile-card-count, 7), 246px);
  align-items: stretch;
  gap: 14px;
  min-width: max-content;
}

.category-profile-card {
  display: grid;
  grid-template-rows: 76px minmax(112px, auto) minmax(86px, auto) minmax(102px, auto) 258px;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  min-height: 648px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e2eaf4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(20, 58, 107, 0.06);
}

.category-profile-card[hidden] {
  display: none !important;
}

.category-profile-card.is-star {
  border-top: 3px solid #165dff;
}

.category-profile-card.is-potential {
  border-top: 3px solid #22c55e;
}

.category-profile-card.is-mature {
  border-top: 3px solid #ff9f2d;
}

.category-profile-card.is-dog {
  border-top: 3px solid #94a3b8;
}

.category-profile-card.is-new {
  border-top: 3px solid #14c9c9;
}

.category-profile-card:hover {
  background: #fbfdff;
}

.category-profile-card-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 0 14px 0 18px;
  border-bottom: 1px solid #edf2f7;
  background: #ffffff;
}

.category-profile-card-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.category-profile-card-category strong {
  min-width: 0;
  color: #0f2f5f;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.category-profile-card-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #94a3b8;
}

.category-profile-card-dot.is-star { background: #165dff; }
.category-profile-card-dot.is-potential { background: #22c55e; }
.category-profile-card-dot.is-mature { background: #ff9f2d; }
.category-profile-card-dot.is-dog { background: #94a3b8; }
.category-profile-card-dot.is-new { background: #14c9c9; }

.category-profile-card.is-star .category-profile-card-dot { background: #165dff; }
.category-profile-card.is-potential .category-profile-card-dot { background: #22c55e; }
.category-profile-card.is-mature .category-profile-card-dot { background: #ff9f2d; }
.category-profile-card.is-dog .category-profile-card-dot { background: #94a3b8; }
.category-profile-card.is-new .category-profile-card-dot { background: #14c9c9; }

.category-profile-card.is-dog {
  background: #fff7f7;
  border-color: rgba(255, 77, 79, 0.42);
}

.category-profile-card.is-dog .category-profile-card-category {
  background: #fff0f0;
}

.category-profile-card.is-new {
  background: #f4fffd;
  border-color: rgba(20, 201, 201, 0.32);
}

.category-profile-card.is-new .category-profile-card-category {
  background: #ecfffd;
}

.category-profile-card.is-new .category-profile-strategy {
  border-color: rgba(20, 201, 201, 0.34);
  background: #e9fffc;
  color: #087980;
}

.category-profile-card-group,
.category-profile-card-strategy,
.category-profile-card-strategy-yoy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 22px 22px 20px;
}

.category-profile-card-group + .category-profile-card-group {
  border-top: 1px dashed #e8eef6;
}

.category-profile-card-group > span,
.category-profile-card-strategy > span,
.category-profile-card-strategy-yoy > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.category-profile-card-group > span i {
  color: #4f8df7;
  font-style: normal;
}

.category-profile-section-icon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

.category-profile-section-icon::before,
.category-profile-section-icon::after {
  content: "";
  position: absolute;
  display: block;
  background: currentColor;
}

.category-profile-card-group.is-people .category-profile-section-icon {
  color: #7c5cc4;
}

.category-profile-card-group.is-people .category-profile-section-icon::before {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.category-profile-card-group.is-people .category-profile-section-icon::after {
  left: 2px;
  bottom: 1px;
  width: 9px;
  height: 6px;
  border-radius: 7px 7px 2px 2px;
}

.category-profile-card-group.is-city .category-profile-section-icon {
  color: #ef5b8a;
}

.category-profile-card-group.is-city .category-profile-section-icon::before {
  left: 4px;
  top: 0;
  width: 6px;
  height: 8px;
  border-radius: 6px 6px 6px 0;
  transform: rotate(-45deg);
}

.category-profile-card-group.is-city .category-profile-section-icon::after {
  left: 6px;
  top: 2px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
}

.category-profile-card-group.is-spending .category-profile-section-icon {
  color: #d9822b;
}

.category-profile-card-group.is-spending .category-profile-section-icon::before {
  left: 3px;
  top: 1px;
  width: 7px;
  height: 10px;
  border-radius: 6px;
}

.category-profile-card-group.is-spending .category-profile-section-icon::after {
  left: 5px;
  top: 0;
  width: 3px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 4px 0 #fff;
}

.category-profile-card-strategy .category-profile-section-icon,
.category-profile-card-strategy-yoy .category-profile-section-icon {
  color: #2d6cdf;
}

.category-profile-card-strategy .category-profile-section-icon::before,
.category-profile-card-strategy-yoy .category-profile-section-icon::before {
  left: 2px;
  top: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

.category-profile-card-strategy .category-profile-section-icon::after,
.category-profile-card-strategy-yoy .category-profile-section-icon::after {
  left: 5px;
  top: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.category-profile-card-group p {
  margin: 0;
  color: #1d2738;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.category-profile-card-group p b {
  color: #0f376a;
  font-weight: 900;
}

.category-profile-tone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 7px;
  font-weight: 850;
  line-height: 1.1;
}

.category-profile-tone.is-young { background: #e8ffea; color: #16833b; }
.category-profile-tone.is-middle { background: #eaf2ff; color: #143a6b; }
.category-profile-tone.is-mature { background: #f2f3f5; color: #5f6f89; }
.category-profile-tone.is-low-spend { background: #f2f3f5; color: #5f6f89; }
.category-profile-tone.is-mid-spend { background: #eaf2ff; color: #143a6b; }
.category-profile-tone.is-high-spend { background: #fff7e8; color: #b45f00; }
.category-profile-tone.is-neutral { background: #f2f3f5; color: #5f6f89; }

.category-profile-card-strategy {
  justify-items: stretch;
  align-content: center;
  padding: 18px 22px;
  border-top: 1px solid #dbe5f2;
  border-left: 0;
  background: #f7fbff;
}

.category-profile-card-strategy-yoy {
  padding: 14px 16px 16px;
  border-top: 1px solid #dbe5f2;
  background: #f7fbff;
}

.category-profile-strategy-yoy-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.category-profile-strategy-yoy-head span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7a8ca5;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.category-profile-strategy-yoy-head .category-strategy-metric-switch {
  height: 24px;
  color: #6f8eb1;
  font-size: 12px;
}

.category-profile-strategy-yoy-head .category-strategy-metric-switch::after {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  font-size: 12px;
}

.category-profile-card-strategy > span {
  color: #6f8eb1;
  justify-content: center;
}

.category-profile-card-strategy-yoy > div:last-child {
  display: grid;
  gap: 7px;
}

.category-profile-card-strategy-yoy > div:last-child > em {
  color: #7a8ca5;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.category-profile-strategy-yoy-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #52657f;
}

.category-profile-strategy-yoy-item i {
  min-width: 0;
  overflow: visible;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.18;
  overflow-wrap: anywhere;
  white-space: normal;
}

.category-profile-strategy-yoy-item b {
  font-size: 12px;
  font-weight: 500 !important;
  white-space: nowrap;
}

.category-profile-strategy-yoy-item.is-total {
  min-height: 24px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #dbe5f2;
}

.category-profile-strategy-yoy-item.is-total i,
.category-profile-strategy-yoy-item.is-total b {
  color: #0f2f5f;
  font-weight: 950 !important;
}

.category-profile-strategy-yoy-item.is-emphasis i,
.category-profile-strategy-yoy-item.is-emphasis b {
  font-weight: 950 !important;
}

.category-profile-strategy-yoy-item.is-positive b {
  color: #16833b;
}

.category-profile-strategy-yoy-item.is-negative b {
  color: #d01919;
}

.category-profile-strategy-yoy-item.is-neutral b {
  color: #6f8eb1;
}

.category-profile-text-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: #f7f9fc;
  color: #1d2738;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .category-insight-grid,
  .category-two-column {
    grid-template-columns: 1fr;
  }
}

/* Category Performance - TS styles */
.ts-performance-shell {
  display: grid;
  gap: 18px;
}

.ts-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ts-metric-card {
  display: grid;
  gap: 8px;
  min-height: 124px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(239, 246, 255, 0.94));
  box-sizing: border-box;
}

.ts-metric-card span {
  color: #5f7da0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.ts-metric-card strong {
  color: #143a6b;
  font-size: 28px;
  line-height: 1;
}

.ts-metric-card p {
  margin: 0;
  color: #6f8eb1;
  font-size: 12px;
  line-height: 1.5;
}

.ts-analysis-section {
  display: grid;
  gap: 12px;
  padding: 16px 18px 18px;
  border-radius: 8px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  background: rgba(255, 255, 255, 0.78);
}

.ts-section-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: 18px;
  align-items: start;
}

.ts-section-head h3 {
  margin: 0;
  color: #184da9;
  font-size: 20px;
  line-height: 1.25;
}

.ts-section-head p {
  margin: 0;
  color: #5f7da0;
  font-size: 13px;
  line-height: 1.65;
}

.ts-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(72, 127, 201, 0.12);
  border-radius: 8px;
}

.ts-analysis-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

.ts-analysis-table th,
.ts-analysis-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(72, 127, 201, 0.1);
  text-align: left;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.45;
}

.ts-analysis-table th {
  color: #143a6b;
  font-size: 12px;
  font-weight: 800;
  background: rgba(240, 247, 255, 0.92);
}

.ts-analysis-table td {
  color: #3f5f82;
}

.ts-analysis-table td:first-child {
  color: #143a6b;
  font-weight: 800;
}

.ts-analysis-table tr:last-child td {
  border-bottom: 0;
}

.ts-loading-panel {
  min-height: 180px;
  align-content: center;
}

.ts-loading-panel h3 {
  margin: 0;
  color: #184da9;
  font-size: 20px;
}

.ts-loading-panel p:last-child {
  margin: 0;
  color: #5f7da0;
}

.ts-error-panel {
  border-color: rgba(202, 76, 76, 0.22);
  background: #fff7f7;
}

.ts-landscape-section {
  gap: 16px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-landscape-summary-panel {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 255, 0.9));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78);
}

.ts-landscape-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
}

.ts-landscape-summary-item {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  padding: 10px 0;
}

.ts-landscape-summary-item + .ts-landscape-summary-item {
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(72, 127, 201, 0.2);
  border-left: 0;
}

.ts-landscape-summary-item h4 {
  margin: 0;
  color: #1d2129;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.ts-landscape-summary-item p {
  margin: 0;
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.ts-landscape-summary-item ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.ts-landscape-summary-item li::marker {
  color: #143a6b;
  font-weight: 900;
}

.ts-landscape-summary-strong {
  color: #1d2129;
  font-weight: 900;
}

.ts-landscape-growth {
  font-weight: 900;
}

.ts-landscape-growth.is-positive {
  color: #00b42a;
}

.ts-landscape-growth.is-negative {
  color: #f53f3f;
}

.ts-landscape-growth.is-flat {
  color: #86909c;
}

.ts-landscape-summary-advice {
  color: #1d6f42;
  font-style: italic;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ts-landscape-table-wrap {
  position: relative;
  width: 100%;
  overflow-x: auto;
  border: 0;
  background: transparent;
}

.ts-audience-table-wrap {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.ts-audience-chart-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ts-audience-chart-block {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.ts-audience-chart-block > .ts-insight-card {
  min-height: auto;
  padding: 14px 16px;
}

.ts-audience-chart-block > .ts-insight-card strong {
  font-size: 18px;
}

.ts-audience-chart-block > .ts-insight-card p {
  font-size: 12px;
  line-height: 1.65;
}

.ts-audience-insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.ts-audience-chart-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  height: 100%;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-audience-contribution-table {
  width: 100%;
  min-width: 620px;
  overflow: visible;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #ffffff;
}

.ts-audience-contribution-table,
.ts-audience-contribution-table * {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-audience-contribution-table th,
.ts-audience-contribution-table td {
  padding: 12px 10px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ts-audience-contribution-table th {
  color: #4e5969;
  font-size: 12px;
  font-weight: 700;
  background: #f7f9fc;
}

.ts-audience-contribution-table thead tr:first-child th {
  border-bottom: 0;
  font-size: 13px;
}

.ts-audience-contribution-table thead tr:nth-child(2) th {
  border-top: 1px solid #edf1f5;
}

.ts-audience-contribution-table tbody tr:hover {
  background: #f7f8fa;
}

.ts-audience-contribution-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-audience-contribution-table .is-overall td {
  border-bottom: 2px solid #e5e6eb;
  background: #f7f9fc;
  color: #1d2129;
  font-weight: 800;
}

.ts-audience-contribution-table .ts-audience-corner-head {
  background: #f7f9fc;
}

.ts-audience-contrib-col-name {
  width: 150px;
}

.ts-audience-contrib-col-pct,
.ts-audience-contrib-col-yoy {
  width: 118px;
}

.ts-audience-contrib-name {
  color: #1d2129 !important;
  font-weight: 800;
  text-align: center !important;
}

.ts-audience-contribution-table td.is-bold {
  color: #1d2129;
  font-weight: 900;
}

.ts-audience-contribution-table td.is-negative {
  color: #f53f3f;
}

.ts-audience-contribution-table td.is-positive {
  color: #00b42a;
}

.ts-audience-contribution-table td.is-blue-fill {
  color: #165dff;
  background: #f0f7ff;
  font-weight: 800;
}

.ts-audience-contribution-table .ts-audience-mlb-group-head,
.ts-audience-contribution-table .ts-audience-mlb-start {
  border-left: 2px solid #e5e6eb !important;
}

.ts-audience-contribution-table th:first-child,
.ts-audience-contribution-table td:first-child {
  position: sticky;
  left: 0 !important;
  z-index: 8;
  width: 150px;
  min-width: 150px;
  overflow: visible;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5e6eb;
}

.ts-audience-contribution-table thead th:first-child {
  z-index: 10;
  background: #f7f9fc;
}

.ts-audience-contribution-table .is-overall td:first-child {
  background: #f7f9fc;
}

.ts-audience-contribution-table tbody tr:hover td:first-child {
  background: #f7f8fa;
}

.ts-audience-table-note {
  margin: 8px 2px 0;
  color: #86909c;
  font-size: 11px;
  line-height: 1.5;
}

.ts-audience-conclusion-panel {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 255, 0.9));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78);
}

.ts-conclusion-panel-title {
  color: #6f8eb1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ts-audience-conclusion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
}

.ts-audience-conclusion-item {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  padding: 10px 0;
}

.ts-audience-conclusion-item + .ts-audience-conclusion-item {
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(72, 127, 201, 0.2);
  border-left: 0;
}

.ts-audience-conclusion-item h4 {
  margin: 0;
  color: #1d2129;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.ts-audience-conclusion-item p {
  margin: 0;
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.ts-audience-conclusion-item ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.ts-audience-conclusion-item li::marker {
  color: #4e5969;
}

.ts-audience-conclusion-item b {
  color: #1d2129;
  font-weight: 900;
}

.ts-audience-conclusion-strong {
  color: #1d2129;
  font-weight: 900;
}

.ts-audience-conclusion-yoy {
  font-weight: 800;
}

.ts-audience-conclusion-yoy.is-positive {
  color: #00b42a;
}

.ts-audience-conclusion-yoy.is-negative {
  color: #f53f3f;
}

.ts-audience-conclusion-yoy.is-flat {
  color: #86909c;
}

.ts-audience-conclusion-tone-positive {
  color: #00b42a !important;
  font-weight: 900;
}

.ts-audience-conclusion-tone-negative {
  color: #f53f3f !important;
  font-weight: 900;
}

.ts-audience-conclusion-tone-positive b,
.ts-audience-conclusion-tone-positive *,
.ts-audience-conclusion-tone-negative b,
.ts-audience-conclusion-tone-negative * {
  color: inherit !important;
  font-weight: 900;
}

.ts-outflow-section,
.ts-outflow-section * {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-outflow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ts-outflow-summary-panel {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(72, 127, 201, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 255, 0.9));
  box-shadow: inset 4px 0 0 rgba(45, 108, 223, 0.78);
}

.ts-outflow-summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
}

.ts-outflow-summary-item {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  padding: 10px 0;
}

.ts-outflow-summary-item[hidden] {
  display: none !important;
}

.ts-outflow-summary-item + .ts-outflow-summary-item {
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid rgba(72, 127, 201, 0.2);
  border-left: 0;
}

.ts-outflow-summary-item h4 {
  margin: 0;
  color: #1d2129;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.ts-outflow-summary-item p {
  margin: 0;
  color: #365982;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.ts-outflow-summary-item ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
  color: #4e5969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.ts-outflow-summary-item li::marker {
  color: #4e5969;
}

.ts-outflow-summary-item b {
  color: #1d2129;
  font-weight: 900;
}

.ts-outflow-summary-strong {
  color: #1d2129;
  font-weight: 900;
}

.ts-outflow-summary-change {
  font-weight: 800;
}

.ts-outflow-summary-change.is-positive {
  color: #00b42a;
}

.ts-outflow-summary-change.is-negative {
  color: #f53f3f;
}

.ts-outflow-summary-change.is-flat {
  color: #86909c;
}

.ts-outflow-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
}

.ts-outflow-chart-head {
  padding-top: 2px;
}

.ts-outflow-chart-head {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.ts-audience-chart-head .ts-outflow-title-actions {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.ts-outflow-chart-head > div:first-child {
  flex: 0 0 auto;
}

.ts-audience-chart-head .ts-outflow-toggle {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid #d8e3f6;
  border-radius: 999px;
  background: #f7fbff;
  flex: 0 0 auto;
}

.ts-audience-chart-head .ts-outflow-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  border: 1px solid #d8e3f6;
  border-radius: 999px;
  background: #f7fbff;
  flex: 0 0 auto;
}

.ts-audience-chart-head .ts-outflow-toggle button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5d7092;
  cursor: pointer;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 7px 10px;
}

.ts-audience-chart-head .ts-outflow-view-toggle button {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5d7092;
  cursor: pointer;
}

.ts-audience-chart-head .ts-outflow-view-toggle svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ts-audience-chart-head .ts-outflow-view-toggle path {
  fill: none;
}

.ts-audience-chart-head .ts-outflow-toggle button.is-active,
.ts-audience-chart-head .ts-outflow-view-toggle button.is-active {
  background: #165dff;
  color: #ffffff;
  box-shadow: 0 5px 12px rgba(22, 93, 255, 0.18);
}

.ts-outflow-view-panel[hidden] {
  display: none;
}

.ts-outflow-chart-head p {
  display: none;
}

.ts-outflow-svg-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
}

.ts-outflow-svg {
  display: block;
  width: 100%;
  height: auto;
}

.ts-outflow-card-note {
  margin: -4px 0 0;
  color: #86909c;
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

.chart-source-notes {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed rgba(95, 125, 160, 0.24);
  color: #6f8eb1;
  font-size: 11px;
  line-height: 1.55;
  text-align: left;
}

.chart-source-notes p {
  margin: 0;
}

.chart-source-notes[data-chart-source-notes] {
  position: relative;
}

.chart-source-notes-content {
  overflow: hidden;
}

.chart-source-notes.is-expandable {
  padding-right: 18px;
}

.chart-source-notes-toggle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.chart-source-notes-toggle::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #6f8eb1;
  transition: transform 160ms ease;
}

.chart-source-notes.is-open .chart-source-notes-toggle::after {
  transform: rotate(180deg);
}

.chart-source-notes.is-placeholder {
  color: #9aa9bc;
  font-style: italic;
}

.ts-outflow-axis-label,
.ts-outflow-axis-sub-label,
.ts-outflow-x-label,
.ts-outflow-legend,
.ts-outflow-value,
.ts-outflow-stack-label,
.ts-outflow-marker-label,
.ts-outflow-butterfly-brand {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-outflow-axis-label {
  fill: #4e5969;
  font-size: 12px;
  font-weight: 800;
}

.ts-destination-breakdown-svg .ts-outflow-axis-label {
  font-size: 15px;
  font-weight: 400;
}

.ts-outflow-axis-sub-label {
  fill: #86909c;
  font-size: 9px;
  font-weight: 700;
}

.ts-destination-breakdown-svg .ts-outflow-axis-sub-label {
  font-size: 11px;
  font-weight: 400;
}

.ts-outflow-axis-yoy-label {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 9px;
  font-weight: 800;
}

.ts-outflow-path-yoy-label {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 11px;
  font-weight: 400;
}

.ts-destination-breakdown-svg .ts-outflow-axis-yoy-label {
  font-size: 11px;
  font-weight: 400;
}

.ts-outflow-axis-yoy-label.is-strong,
.ts-outflow-path-yoy-label.is-strong {
  font-weight: 800;
}

.ts-outflow-axis-yoy-label.is-positive {
  fill: #00b42a;
}

.ts-outflow-path-yoy-label.is-positive {
  fill: #00b42a;
}

.ts-outflow-axis-yoy-label.is-negative {
  fill: #f53f3f;
}

.ts-outflow-path-yoy-label.is-negative {
  fill: #f53f3f;
}

.ts-outflow-axis-yoy-label.is-flat {
  fill: #86909c;
}

.ts-outflow-path-yoy-label.is-flat {
  fill: #86909c;
}

.ts-outflow-x-label {
  fill: #4e5969;
  font-size: 11px;
  font-weight: 800;
}

.ts-outflow-x-label tspan {
  dominant-baseline: hanging;
}

.ts-outflow-logo-backplate {
  fill: #ffffff;
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-outflow-logo-axis image {
  pointer-events: none;
}

.ts-outflow-legend {
  fill: #4e5969;
  font-size: 11px;
  font-weight: 800;
}

.ts-outflow-stack-label {
  fill: #ffffff;
  font-size: 12px;
  font-weight: 900;
  paint-order: stroke;
  stroke: rgba(0, 0, 0, 0.12);
  stroke-width: 2px;
}

.ts-outflow-stack-label.is-outside {
  fill: #1d2129;
  stroke: #ffffff;
  stroke-width: 3px;
}

.ts-outflow-bar {
  fill: url(#outflowMlbGradient);
}

.ts-outflow-value {
  fill: #1d2129;
  font-size: 11px;
  font-weight: 800;
}

.ts-outflow-marker.is-growth,
.ts-outflow-marker-label.is-growth {
  fill: #f53f3f;
}

.ts-outflow-marker.is-decline,
.ts-outflow-marker-label.is-decline {
  fill: #00b42a;
}

.ts-outflow-marker.is-neutral,
.ts-outflow-marker-label.is-neutral {
  fill: #86909c;
}

.ts-outflow-marker-label {
  font-size: 11px;
  font-weight: 800;
}

.ts-outflow-baseline,
.ts-outflow-divider,
.ts-outflow-grid-lines line {
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-outflow-divider {
  stroke-dasharray: 4 5;
}

.ts-outflow-zero-line {
  stroke: #cfd6e3 !important;
  stroke-dasharray: 4 4;
}

.ts-outflow-trend-line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.88;
}

.ts-outflow-trend-line.is-hidden {
  display: none;
}

.ts-outflow-trend-hover-point {
  cursor: pointer;
  opacity: 0.02;
  stroke: #ffffff;
  stroke-width: 2;
}

.ts-outflow-trend-hover-point:hover {
  opacity: 0.9;
}

.ts-outflow-trend-hover-point.is-hidden {
  display: none;
}

.ts-outflow-trend-tooltip-zone {
  cursor: crosshair;
  pointer-events: all;
}

.ts-outflow-trend-tooltip {
  position: absolute;
  z-index: 5;
  min-width: 168px;
  padding: 10px 11px;
  border: 1px solid rgba(95, 125, 160, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(29, 33, 41, 0.16);
  color: #1d2129;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  pointer-events: none;
}

.ts-outflow-trend-tooltip[hidden] {
  display: none;
}

.ts-outflow-trend-tooltip-title {
  margin-bottom: 7px;
  color: #143a6b;
  font-size: 12px;
  font-weight: 800;
}

.ts-outflow-trend-tooltip-row {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  line-height: 1.45;
}

.ts-outflow-trend-tooltip-row + .ts-outflow-trend-tooltip-row {
  margin-top: 4px;
}

.ts-outflow-trend-tooltip-row i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.ts-outflow-trend-tooltip-row span {
  color: #4e5969;
  white-space: nowrap;
}

.ts-outflow-trend-tooltip-row strong {
  color: #1d2129;
  font-weight: 700;
  text-align: right;
}

.ts-outflow-trend-end-label {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  pointer-events: none;
}

.ts-outflow-trend-end-label.is-negative {
  font-size: 11px;
}

.ts-outflow-trend-end-label.is-hidden {
  display: none;
}

.ts-outflow-trend-x-label {
  font-size: 10px;
}

.ts-outflow-trend-chart {
  position: relative;
  display: grid;
  gap: 8px;
}

.ts-outflow-line-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  width: 100%;
  padding: 0 8px 8px;
}

.ts-outflow-line-legend button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4e5969;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.ts-outflow-line-legend button.is-muted {
  color: #aeb7c2;
  opacity: 1;
}

.ts-outflow-line-legend button.is-muted i {
  background: #c9cdd4 !important;
}

.ts-outflow-line-legend i {
  display: inline-block;
  width: 10px;
  height: 3px;
  border-radius: 999px;
}

.ts-audience-chart-head.ts-outflow-chart-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 8px;
}

.ts-audience-chart-head.ts-outflow-chart-head > div:first-child {
  grid-column: 1;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle {
  grid-column: 2;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-view-toggle {
  grid-column: 4;
  justify-self: end;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle[hidden] {
  display: none;
}

.ts-outflow-butterfly-core {
  fill: #aeb7c2;
}

.ts-outflow-butterfly-young {
  fill: #165dff;
}

.ts-outflow-butterfly-brand {
  fill: #1d2129;
  font-size: 13px;
  font-weight: 800;
}

.ts-outflow-butterfly-value {
  font-size: 14px;
  font-weight: 900;
}

.ts-outflow-butterfly-head {
  font-size: 15px;
  font-weight: 900;
}

.ts-mindshare-section,
.ts-mindshare-section * {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-mindshare-placeholder {
  display: grid;
  gap: 8px;
  min-height: 120px;
  align-content: center;
  padding: 18px;
  border: 1px dashed #d8e2f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
}

.ts-mindshare-placeholder strong {
  color: #1d2129;
  font-size: 16px;
  line-height: 1.3;
}

.ts-mindshare-placeholder p {
  max-width: 760px;
  margin: 0;
  color: #5f7da0;
  font-size: 13px;
  line-height: 1.65;
}

.ts-mindshare-insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.ts-mindshare-insight {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 12px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-insight span {
  font-size: 12px;
  font-weight: 800;
  color: #5b7dbb;
}

.ts-mindshare-insight strong {
  color: #1d2129;
  font-size: 18px;
  line-height: 1.25;
}

.ts-mindshare-insight p {
  margin: 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.65;
}

.ts-mindshare-insight.is-blue {
  border-color: #bedaff;
  background: #f0f7ff;
}

.ts-mindshare-insight.is-gray {
  background: #f7f9fc;
}

.ts-mindshare-insight.is-red {
  border-color: #ffd4cc;
  background: #fff4f2;
}

.cap-mindshare-summary {
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-summary strong {
  display: block;
  color: #143a6b;
  font-size: 17px;
  font-weight: 900;
}

.cap-mindshare-summary p {
  margin: 7px 0 0;
  color: #44566f;
  font-size: 13px;
  line-height: 1.65;
}

.ts-product-planning-section {
  gap: 14px;
}

.ts-product-story,
.ts-product-stage,
.ts-product-strategy {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
}

.ts-product-story {
  border-color: #dbe7ff;
  background: #f7faff;
}

.ts-product-story strong,
.ts-product-stage-head strong {
  display: block;
  color: #10325d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ts-product-story p,
.ts-product-stage-head p {
  margin: 6px 0 0;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.65;
}

.ts-product-stage-head {
  margin-bottom: 12px;
}

.ts-product-stage.is-overview {
  padding: 18px;
}

.ts-product-stage.is-overview .ts-product-stage-head {
  margin-bottom: 18px;
}

.ts-product-stage.is-overview .ts-product-stage-head span {
  color: #6f7f95;
  font-size: 12px;
  letter-spacing: 2px;
}

.ts-product-stage.is-overview .ts-product-stage-head strong {
  color: #020817;
  font-size: 22px;
  line-height: 1.25;
}

.ts-product-stage-head span {
  display: block;
  margin-bottom: 4px;
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ts-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.ts-product-tabs button {
  min-height: 30px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
  color: #5b6f8a;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  padding: 0 12px;
}

.ts-product-tabs button.is-active {
  border-color: #5b7dbb;
  background: #edf4ff;
  color: #143a6b;
}

.shoes-product-type-tabs {
  align-items: center;
  gap: 26px;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #edf2f9;
}

.shoes-product-type-tabs button {
  min-width: 84px;
  min-height: 36px;
  border-color: transparent;
  border-radius: 9px;
  background: transparent;
  color: #143a6b;
  font-size: 14px;
  padding: 0 16px;
}

.shoes-product-type-tabs button.is-active {
  border-color: #1f64e8;
  background: #1f64e8;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(31, 100, 232, 0.18);
}

.shoes-section-tabs {
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin: -52px 0 18px;
  min-height: 38px;
  pointer-events: none;
}

.shoes-section-tabs button {
  min-width: auto;
  min-height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9aa8bd;
  font-size: 14px;
  padding: 0 2px;
  position: relative;
  pointer-events: auto;
}

.shoes-section-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.shoes-section-tabs button.is-active {
  border: 0;
  background: transparent;
  color: #1f64e8;
  box-shadow: none;
}

.shoes-section-tabs button.is-active::after {
  background: #1f64e8;
}

.ts-product-tab-panel[hidden] {
  display: none !important;
}

.ts-product-compare-module {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fbfcff;
  padding: 14px;
}

.ts-product-gender-overview {
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
}

.ts-product-brand-share {
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
  padding: 22px 22px 20px;
}

.ts-product-brand-share-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.ts-product-brand-share-head strong {
  color: #020817;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ts-product-brand-share-head span {
  color: #7b8798;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
}

.ts-product-brand-stack {
  display: flex;
  width: 100%;
  height: 18px;
  border-radius: 999px;
  background: #eef3f9;
  overflow: hidden;
}

.ts-product-brand-stack i {
  height: 100%;
  min-width: 2px;
  background: #8aa4c8;
}

.ts-product-brand-stack i.is-mlb {
  background: #0052d9;
}

.ts-product-brand-stack i:nth-child(2) {
  background: #4f83df;
}

.ts-product-brand-stack i:nth-child(3) {
  background: #78a6ef;
}

.ts-product-brand-stack i:nth-child(4) {
  background: #cbd5e1;
}

.ts-product-brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ts-product-brand-chips span {
  border: 1px solid #d8e2ef;
  border-radius: 6px;
  background: #f2f5f9;
  color: #42526b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 6px 9px;
}

.ts-product-brand-chips span.is-mlb {
  border-color: #d9e7ff;
  background: #eff6ff;
  color: #0052d9;
}

.shoes-type-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shoes-type-overview-grid section {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e5ecf7;
  border-radius: 8px;
  background: #fbfcff;
}

.shoes-type-overview-grid section > strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 950;
}

.shoes-type-share-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
}

.shoes-type-share-row span,
.shoes-type-share-row em {
  color: #6b7d95;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.shoes-type-share-row em {
  text-align: right;
}

.shoes-type-share-row i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #edf1f6;
  overflow: hidden;
}

.shoes-type-share-row i b {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.shoes-type-share-row.is-mlb i b {
  background: #0052d9;
}

.shoes-type-share-row.is-comp i b {
  background: #f26b1d;
}

.shoes-category-tabs-module {
  display: grid;
  gap: 12px;
}

.shoes-category-tabs-module [data-shoes-product-panel][hidden] {
  display: none !important;
}

.ts-product-insight-callout {
  margin: 18px 0 28px;
  padding: 18px 22px;
  border-left: 4px solid #1d5fd6;
  border-radius: 0 8px 8px 0;
  background: #f1f7ff;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.7;
}

.ts-product-insight-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #0052d9;
  font-size: 13px;
  font-weight: 950;
}

.ts-product-insight-callout ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}

.ts-product-insight-callout b {
  color: #0052d9;
  font-weight: 900;
}

.ts-product-gender-bars {
  display: grid;
  gap: 0;
}

.ts-product-gender-arc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ts-product-gender-arc-card {
  display: grid;
  grid-template-columns: minmax(118px, 0.95fr) minmax(130px, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 24px 22px;
  border: 1px solid #e4ebf6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.ts-product-gender-arc-info {
  display: grid;
  align-content: center;
  gap: 5px;
}

.ts-product-gender-arc-info strong {
  color: #020817;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.ts-product-gender-arc-info span {
  color: #86909c;
  font-size: 12px;
  line-height: 1.35;
}

.ts-product-gender-arc-chart {
  position: relative;
  min-height: 92px;
  display: grid;
  place-items: center;
  border-left: 1px solid #eef2fb;
}

.ts-product-gender-arc-chart svg {
  width: 128px;
  height: 92px;
  display: block;
}

.ts-gender-arc-track,
.ts-gender-arc-value {
  fill: none;
  stroke-linecap: round;
}

.ts-gender-arc-track.is-outer {
  stroke: #eef1f5;
  stroke-width: 11;
}

.ts-gender-arc-track.is-inner {
  stroke: #f2f4f7;
  stroke-width: 8;
}

.ts-gender-arc-value.is-mlb {
  stroke: #0052d9;
  stroke-width: 11;
}

.ts-gender-arc-value.is-comp {
  stroke: #f26b1d;
  stroke-width: 8;
}

.ts-product-gender-arc-values {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 3px;
  text-align: center;
  min-width: 62px;
}

.ts-product-gender-arc-values strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: #0052d9;
  font-weight: 950;
  line-height: 1;
}

.ts-product-gender-arc-values strong.is-comp {
  color: #f26b1d;
}

.ts-product-gender-arc-values b {
  font-size: 15px;
}

.ts-product-gender-arc-values strong.is-mlb b {
  font-size: 11px;
}

.ts-product-gender-arc-values strong.is-mlb.is-zero {
  font-size: 12px;
}

.ts-product-gender-arc-values strong.is-mlb.is-zero b,
.ts-product-gender-arc-values strong.is-comp b {
  font-size: 13px;
}

.ts-product-gender-arc-values span {
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.ts-product-gender-bar-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid #eef2fb;
}

.ts-product-gender-bar-row:last-child {
  border-bottom: 0;
}

.ts-product-gender-bar-row > strong {
  color: #1d2f4f;
  font-size: 13px;
  font-weight: 900;
}

.ts-product-gender-bar-lines {
  display: grid;
  gap: 10px;
}

.ts-product-gender-bar-line {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 48px 44px;
  gap: 10px;
  align-items: center;
}

.ts-product-gender-bar-line span {
  color: #0052d9;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-gender-bar-line.is-comp span {
  color: #f26b1d;
}

.ts-product-gender-bar-line i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #f0f2f5;
  overflow: hidden;
}

.ts-product-gender-bar-line i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0052d9;
}

.ts-product-gender-bar-line.is-comp i b {
  background: #ef7b2d;
}

.ts-product-gender-bar-line strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.ts-product-gender-bar-line.is-comp strong {
  color: #f26b1d;
}

.ts-product-gender-bar-line em {
  color: #86909c;
  font-size: 11px;
  font-style: normal;
  text-align: right;
}

.ts-product-function-overview {
  border: 1px solid #d8efe4;
  border-radius: 8px;
  background: #fbfffd;
  padding: 14px;
}

.ts-product-function-gender-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ts-product-function-gender-card {
  border: 1px solid #dfe8f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 20px 22px;
  min-width: 0;
  box-shadow: 0 8px 20px rgba(16, 50, 93, 0.05);
}

.ts-product-function-gender-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.ts-product-function-gender-head strong {
  color: #10325d;
  font-size: 18px;
  font-weight: 900;
}

.ts-product-function-gender-head > span {
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
}

.ts-product-function-average {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-product-function-average > div {
  display: grid;
  gap: 4px;
  padding: 0 10px;
  border-left: 3px solid #0052d9;
}

.ts-product-function-average > div.is-comp {
  border-left-color: #f26b1d;
  text-align: right;
  border-left: 0;
  border-right: 3px solid #f26b1d;
}

.ts-product-function-average span {
  color: #6b7d95;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-function-average strong {
  color: #0052d9;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.ts-product-function-average .is-comp strong {
  color: #f26b1d;
}

.ts-product-function-average em {
  color: #86909c;
  font-size: 11px;
  font-style: normal;
}

.ts-product-function-average > b {
  color: #c4ccd8;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.ts-product-function-radar {
  display: grid;
  place-items: center;
}

.ts-product-function-butterfly {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.ts-product-function-butterfly-head,
.ts-product-function-butterfly-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.ts-product-function-butterfly-head {
  color: #86909c;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.ts-product-function-butterfly-head span:first-child {
  color: #0052d9;
  text-align: right;
}

.ts-product-function-butterfly-head span:last-child {
  color: #f26b1d;
  text-align: left;
}

.ts-product-function-butterfly-row {
  min-height: 34px;
}

.ts-product-function-butterfly-row > strong {
  color: #1d2f4f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.ts-product-function-butterfly-side {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 36px;
  gap: 6px;
  align-items: center;
}

.ts-product-function-butterfly-side.is-mlb {
  grid-template-columns: 36px minmax(0, 1fr) 38px;
}

.ts-product-function-butterfly-side em {
  color: #10325d;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.ts-product-function-butterfly-side small {
  color: #9aa6b6;
  font-size: 10px;
  white-space: nowrap;
}

.ts-product-function-butterfly-side i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #f0f2f5;
  overflow: hidden;
}

.ts-product-function-butterfly-side i b {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.ts-product-function-butterfly-side.is-mlb {
  text-align: right;
}

.ts-product-function-butterfly-side.is-mlb i b {
  margin-left: auto;
  background: #0052d9;
}

.ts-product-function-butterfly-side.is-comp i b {
  background: #f26b1d;
}

.ts-product-function-butterfly-side.is-comp em {
  color: #f26b1d;
}

.ts-product-function-radar svg {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

.ts-product-radar-grid polygon {
  fill: none;
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-product-radar-grid line {
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-product-radar-area {
  opacity: 0.16;
}

.ts-product-radar-area.is-mlb {
  fill: #0052d9;
}

.ts-product-radar-area.is-comp {
  fill: #f26b1d;
}

.ts-product-radar-line {
  fill: none;
  stroke-width: 3;
  stroke-linejoin: round;
}

.ts-product-radar-line.is-mlb {
  stroke: #0052d9;
}

.ts-product-radar-line.is-comp {
  stroke: #f26b1d;
}

.ts-product-radar-dots.is-mlb circle {
  fill: #0052d9;
}

.ts-product-radar-dots.is-comp circle {
  fill: #f26b1d;
}

.ts-product-radar-labels text {
  fill: #4e5969;
  font-size: 12px;
  font-weight: 850;
}

.ts-product-function-radar-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: #a8b3c2;
  font-size: 13px;
}

.ts-product-compare-block + .ts-product-compare-block {
  margin-top: 14px;
}

.ts-product-compare-block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ts-product-compare-block-head strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
}

.ts-product-compare-block-head span {
  color: #86909c;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.ts-product-compare-table-wrap {
  max-height: 620px;
  overflow: auto;
  border: 1px solid #e5ecf7;
  border-radius: 8px;
  background: #ffffff;
}

.ts-product-compare-table {
  width: 100%;
  min-width: 940px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.ts-product-compare-table th,
.ts-product-compare-table td {
  border-right: 1px solid #eef2fb;
  border-bottom: 1px solid #eef2fb;
  padding: 10px;
  vertical-align: middle;
}

.ts-product-compare-table th:last-child,
.ts-product-compare-table td:last-child {
  border-right: 0;
}

.ts-product-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-product-compare-table th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f7f9fc;
  color: #10325d;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.ts-product-compare-table th:first-child,
.ts-product-compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 220px;
  background: #ffffff;
  box-shadow: 2px 0 0 #eef2fb;
  text-align: left;
}

.ts-product-compare-table td:first-child {
  height: 102px;
}

.ts-product-compare-table th:first-child {
  z-index: 6;
  background: #f7f9fc;
}

.ts-product-compare-table th strong {
  display: block;
  line-height: 1.3;
}

.ts-product-compare-table th small {
  display: block;
  margin-top: 4px;
  color: #86909c;
  font-size: 10px;
  font-weight: 750;
}

.ts-product-brand-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(64px, 1fr));
  gap: 14px;
  margin-top: 6px;
  color: #86909c;
  font-size: 10px;
  font-weight: 850;
}

.ts-product-brand-head span:first-child {
  color: #5b7dbb;
}

.ts-product-brand-head span:last-child {
  color: #d4773f;
}

.ts-product-compare-table td:first-child strong {
  display: flex;
  align-items: center;
  min-height: 100%;
  color: #1d2129;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.ts-product-cell-compare {
  display: grid;
  gap: 7px;
}

.ts-product-bubble-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(64px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 14px;
  min-height: 78px;
}

.ts-product-bubble-metric {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 64px;
}

.ts-product-bubble-metric.has-product-image {
  cursor: pointer;
}

.ts-product-bubble-metric.has-product-image:hover span {
  box-shadow: 0 0 0 4px rgba(47, 117, 232, 0.12);
  transform: translateY(-1px);
}

.ts-product-bubble-metric span {
  display: grid;
  place-items: center;
  border: 2px solid #0052d9;
  border-radius: 50%;
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.ts-product-bubble-metric.is-comp span {
  border-color: #f26b1d;
  background: rgba(242, 107, 29, 0.08);
  color: #f26b1d;
}

.ts-product-bubble-metric.is-empty span {
  border: 1px dashed #c9d1df;
  background: #ffffff;
  color: #c4ccd8;
  font-size: 10px;
}

.ts-product-bubble-metric em {
  color: #86909c;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}


.ts-product-cell-metric {
  position: relative;
  display: grid;
  grid-template-columns: 34px auto auto;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding-bottom: 5px;
}

.ts-product-cell-metric span {
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
}

.ts-product-cell-metric.is-comp span {
  color: #d4773f;
}

.ts-product-cell-metric strong {
  color: #10325d;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-cell-metric em {
  color: #86909c;
  font-size: 10px;
  font-style: normal;
  text-align: right;
}

.ts-product-cell-metric i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #5b7dbb;
}

.ts-product-cell-metric.is-comp i {
  background: #e3a269;
}

.ts-product-gender-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ts-product-gender-card {
  border: 1px solid #e5ecf7;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
  min-width: 0;
}

.ts-product-gender-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.ts-product-gender-title strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.ts-product-gender-title span {
  color: #86909c;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.ts-product-brand-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ts-product-brand-list {
  min-width: 0;
}

.ts-product-brand-list > span {
  display: block;
  margin-bottom: 6px;
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
}

.ts-product-brand-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #eef2fb;
}

.ts-product-brand-item:last-child {
  border-bottom: 0;
}

.ts-product-brand-item strong {
  display: block;
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-product-brand-item em {
  display: block;
  margin-top: 2px;
  color: #86909c;
  font-size: 10px;
  font-style: normal;
}

.ts-product-brand-item b {
  color: #10325d;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-brand-item i {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: #5b7dbb;
}

.ts-product-empty {
  margin: 0;
  color: #a2abb8;
  font-size: 12px;
}

.ts-product-strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ts-product-strategy-card {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fbfcff;
  padding: 12px;
}

.ts-product-strategy-card span {
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
}

.ts-product-strategy-card strong {
  display: block;
  margin-top: 6px;
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.ts-product-strategy-card p {
  margin: 6px 0 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.6;
}

.ts-product-strategy-card.is-green {
  background: #f7fff9;
  border-color: #d9f2df;
}

.ts-product-strategy-card.is-amber {
  background: #fffaf0;
  border-color: #f6e2b8;
}

.ts-product-strategy-card.is-red {
  background: #fff7f7;
  border-color: #f4d7d7;
}

.ts-product-strategy-summary {
  padding: 0;
  overflow: hidden;
  border-color: #dbe7ff;
  background: #ffffff;
}

.ts-product-strategy-summary-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #dfe8f7;
  background: linear-gradient(135deg, #f3f8ff 0%, #ffffff 100%);
}

.ts-product-strategy-summary-head span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #165dff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ts-product-strategy-summary-head strong {
  display: block;
  margin-top: 8px;
  color: #10325d;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.ts-product-strategy-summary-head p {
  margin: 0 0 4px;
  color: #4e5969;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ts-product-strategy-summary-head b {
  color: #0052d9;
}

.ts-product-strategy-grid.is-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 20px;
}

.ts-product-strategy-card.is-summary {
  min-height: 210px;
  padding: 16px 16px 18px;
  border-top-width: 4px;
  background: #fbfcff;
}

.ts-product-strategy-card.is-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(22, 93, 255, 0.08);
  color: #165dff;
  font-size: 12px;
}

.ts-product-strategy-card.is-summary.is-green {
  border-top-color: #00b578;
}

.ts-product-strategy-card.is-summary.is-green span {
  background: rgba(0, 180, 120, 0.1);
  color: #087a55;
}

.ts-product-strategy-card.is-summary.is-amber {
  border-top-color: #f59a23;
}

.ts-product-strategy-card.is-summary.is-amber span {
  background: rgba(245, 154, 35, 0.12);
  color: #b66a00;
}

.ts-product-strategy-card.is-summary.is-red {
  border-top-color: #f53f3f;
}

.ts-product-strategy-card.is-summary.is-red span {
  background: rgba(245, 63, 63, 0.1);
  color: #c02a2a;
}

.ts-product-strategy-card.is-summary strong {
  margin-top: 12px;
  font-size: 16px;
}

.ts-product-strategy-card.is-summary ul {
  margin: 12px 0 0;
  padding-left: 18px;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.7;
}

.ts-product-strategy-card.is-summary li + li {
  margin-top: 5px;
}

.ts-product-strategy-card.is-summary b {
  color: #0052d9;
  font-weight: 900;
}

.ts-product-strategy-card.is-summary.is-red b {
  color: #e6294b;
}

.ts-product-next-actions {
  margin: 0 20px 20px;
  padding: 16px 18px;
  border: 1px solid #dbe7ff;
  border-radius: 8px;
  background: #f7faff;
}

.ts-product-next-actions > strong {
  display: block;
  color: #10325d;
  font-size: 16px;
  font-weight: 900;
}

.ts-product-next-actions > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.ts-product-next-actions p {
  margin: 0;
  padding-left: 14px;
  border-left: 1px solid #c9d8f0;
  color: #334155;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.6;
}

.ts-product-next-actions span {
  display: block;
  margin-bottom: 4px;
  color: #6b7f99;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.cap-product-strategy-summary {
  padding: 16px 18px 18px;
  border-color: #dbe7ff;
}

.cap-product-plan-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cap-product-plan-card {
  min-height: 330px;
  padding: 16px;
  border: 1px solid #e2eaf7;
  border-radius: 8px;
  background: #fbfcff;
}

.cap-product-plan-card.is-blue {
  background: #f7faff;
  border-color: #dbe7ff;
}

.cap-product-plan-card.is-amber {
  background: #fffaf0;
  border-color: #f6dfae;
}

.cap-product-plan-card.is-green {
  background: #f6fff8;
  border-color: #cef0d9;
}

.cap-product-plan-card.is-red {
  background: #fff7f7;
  border-color: #f2d1d1;
}

.cap-product-plan-card span {
  color: #4f75b8;
  font-size: 13px;
  font-weight: 900;
}

.cap-product-plan-card strong {
  display: block;
  margin-top: 8px;
  color: #10325d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.cap-product-plan-card p {
  margin: 10px 0 0;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.75;
}

.cap-product-plan-card p b {
  color: #10325d;
  font-weight: 900;
}

.cap-product-plan-table-wrap {
  margin-top: 18px;
  overflow: auto;
  border: 1px solid #dbe7ff;
  border-radius: 8px;
  background: #ffffff;
}

.cap-product-plan-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}

.cap-product-plan-table th {
  padding: 14px 16px;
  background: #10325d;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.cap-product-plan-table td {
  padding: 16px;
  border-bottom: 1px solid #e8eef8;
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
  vertical-align: middle;
}

.cap-product-plan-table tbody tr:last-child td {
  border-bottom: 0;
}

.cap-product-plan-table td:first-child,
.cap-product-plan-table td:nth-child(2) {
  width: 72px;
  color: #10325d;
  font-weight: 900;
  text-align: center;
}

.cap-product-plan-table td:nth-child(5) {
  width: 31%;
}

.cap-product-plan-table p {
  margin: 4px 0;
}

.cap-plan-status {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 0 6px 6px 0;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.cap-plan-status.is-good {
  background: #e8f8ef;
  color: #087a55;
}

.cap-plan-status.is-warn {
  background: #fff3df;
  color: #b66a00;
}

.cap-plan-status.is-risk {
  background: #ffecef;
  color: #c02a2a;
}

.cap-plan-advice {
  padding: 12px;
  border: 1px solid #dbe7ff;
  border-radius: 8px;
  background: #f7faff;
}

.cap-plan-advice.is-new {
  border-color: #f2d1d1;
  background: #fff7f7;
}

.cap-plan-advice.is-upgrade {
  border-color: #f6dfae;
  background: #fffaf0;
}

.cap-plan-advice strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
}

.cap-plan-advice p {
  margin-top: 6px;
}

.shoes-board-summary {
  padding: 0;
  overflow: hidden;
  border-color: #dbe7ff;
}

.shoes-board-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 18px 22px;
  background: #10325d;
}

.shoes-board-summary-head strong {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

.shoes-board-summary-table-wrap {
  overflow: auto;
  background: #ffffff;
}

.shoes-board-summary-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}

.shoes-board-summary-table th {
  padding: 14px 18px;
  background: #f3f7fc;
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.shoes-board-summary-table td {
  padding: 18px;
  border-top: 1px solid #e5ecf7;
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
  vertical-align: top;
}

.shoes-board-summary-table td:first-child {
  width: 88px;
  color: #10325d;
  font-size: 16px;
  font-weight: 900;
}

.shoes-board-summary-table td:nth-child(2) {
  width: 31%;
}

.shoes-board-summary-table td:nth-child(4) {
  width: 30%;
}

.shoes-board-summary-table p {
  margin: 4px 0;
}

.shoes-board-status {
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #dcefe5;
  background: #f6fff8;
}

.shoes-board-status.is-risk {
  border-color: #f4d7d7;
  background: #fff7f7;
}

.shoes-board-status b {
  color: #087a55;
  font-weight: 900;
}

.shoes-board-status.is-risk b {
  color: #c02a2a;
}

.shoes-board-advice {
  padding: 12px;
  border: 1px solid #f0dcaa;
  border-radius: 8px;
  background: #fffaf0;
}

.shoes-board-advice strong {
  display: block;
  margin-bottom: 6px;
  color: #9a5b00;
  font-size: 13px;
  font-weight: 900;
}

.shoes-leisure-summary {
  padding: 0;
  overflow: hidden;
  border-color: #dbe7ff;
}

.shoes-leisure-summary-table-wrap {
  overflow: auto;
  background: #ffffff;
}

.shoes-leisure-summary-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.shoes-leisure-summary-table th {
  padding: 14px 18px;
  background: #f3f7fc;
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.shoes-leisure-summary-table td {
  padding: 18px;
  border-top: 1px solid #e5ecf7;
  color: #334155;
  font-size: 13px;
  line-height: 1.65;
  vertical-align: top;
}

.shoes-leisure-summary-table td:first-child {
  width: 150px;
  color: #10325d;
  font-size: 16px;
  font-weight: 900;
}

.shoes-leisure-summary-table td:nth-child(2) {
  width: 43%;
}

.shoes-leisure-summary-table td:first-child span {
  display: inline-flex;
  margin-top: 8px;
  padding: 3px 8px;
  border-radius: 6px;
  background: #eaf2ff;
  color: #4f75b8;
  font-size: 12px;
  font-weight: 900;
}

.shoes-leisure-summary-table p {
  margin: 5px 0;
}

.shoes-leisure-summary-table .shoes-board-advice p b {
  color: #10325d;
}

.cap-mindshare-module-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.cap-mindshare-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  padding: 4px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
}

.cap-mindshare-tabs button {
  height: 32px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #6f8eb1;
  cursor: pointer;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-tabs button.is-active {
  background: #143a6b;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 58, 107, 0.16);
}

.cap-mindshare-panel[hidden] {
  display: none !important;
}

.cap-mindshare-module {
  min-height: 0;
  padding: 16px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 58, 107, 0.06);
}

.cap-mindshare-module.is-blue {
  border-top: 3px solid #2f6fcc;
}

.cap-mindshare-module.is-green {
  border-top: 3px solid #1c9b70;
}

.cap-mindshare-module.is-amber {
  border-top: 3px solid #d18a1f;
}

.cap-mindshare-module.is-red {
  border-top: 3px solid #d95545;
}

.cap-mindshare-module-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

.cap-mindshare-module-head span {
  color: #8292a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.cap-mindshare-module-head strong {
  color: #143a6b;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

.cap-mindshare-module-copy {
  margin: 6px 0 14px;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.65;
}

.cap-mindshare-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-mindshare-compare > div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-compare > div > span {
  display: block;
  margin-bottom: 8px;
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 900;
}

.cap-mindshare-signal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e8eef6;
  overflow: hidden;
}

.cap-mindshare-signal:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.cap-mindshare-signal div {
  min-width: 0;
}

.cap-mindshare-signal strong {
  display: block;
  overflow: hidden;
  color: #1d2738;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cap-mindshare-signal em {
  display: block;
  margin-top: 2px;
  color: #8292a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.cap-mindshare-signal span {
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-signal i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #2f6fcc;
}

.cap-mindshare-diff-list {
  display: grid;
  gap: 7px;
}

.cap-mindshare-diff-head,
.cap-mindshare-diff-row {
  display: grid;
  grid-template-columns: minmax(168px, 1.3fr) 72px 88px minmax(132px, 1fr);
  gap: 10px;
  align-items: center;
}

.cap-mindshare-diff-head {
  padding: 0 10px 4px;
  color: #8292a8;
  font-size: 11px;
  font-weight: 900;
}

.cap-mindshare-diff-row {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid #e8eef6;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-diff-label {
  min-width: 0;
}

.cap-mindshare-diff-label strong {
  display: inline-flex;
  min-width: 54px;
  margin-right: 8px;
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-diff-label span {
  color: #1d2738;
  font-size: 13px;
  font-weight: 850;
}

.cap-mindshare-diff-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.cap-mindshare-diff-value.is-mlb {
  background: #eaf2ff;
  color: #165dff;
}

.cap-mindshare-diff-value.is-comp {
  background: #f0f3f8;
  color: #56657a;
}

.cap-mindshare-diff-gap {
  position: relative;
  display: grid;
  grid-template-columns: 38px 48px minmax(42px, 1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.cap-mindshare-diff-gap em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.cap-mindshare-diff-gap span {
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.cap-mindshare-diff-gap i {
  display: block;
  height: 8px;
  max-width: 100%;
  border-radius: 999px;
}

.cap-mindshare-diff-row.is-green .cap-mindshare-diff-gap em {
  background: #e8f6ef;
  color: #16833b;
}

.cap-mindshare-diff-row.is-green .cap-mindshare-diff-gap span {
  color: #16833b;
}

.cap-mindshare-diff-row.is-green .cap-mindshare-diff-gap i {
  background: #20a55a;
}

.cap-mindshare-diff-row.is-red .cap-mindshare-diff-gap em {
  background: #fff1f0;
  color: #d01919;
}

.cap-mindshare-diff-row.is-red .cap-mindshare-diff-gap span {
  color: #d01919;
}

.cap-mindshare-diff-row.is-red .cap-mindshare-diff-gap i {
  background: #d95545;
}

.cap-mindshare-diff-row.is-flat .cap-mindshare-diff-gap em {
  background: #eef2f6;
  color: #64748b;
}

.cap-mindshare-diff-row.is-flat .cap-mindshare-diff-gap span {
  color: #64748b;
}

.cap-mindshare-diff-row.is-flat .cap-mindshare-diff-gap i {
  background: #9aa8b8;
}

.cap-mindshare-matrix-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-mindshare-matrix-panel {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e8eef6;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-matrix-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.cap-mindshare-matrix-title span {
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-matrix-title em {
  color: #8292a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.cap-mindshare-matrix-scroll {
  overflow: visible;
}

.cap-mindshare-matrix-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #1d2738;
  font-size: 12px;
}

.cap-mindshare-matrix-table th,
.cap-mindshare-matrix-table td {
  height: 42px;
  padding: 6px 7px;
  border-bottom: 1px solid #e8eef6;
  text-align: center;
  white-space: normal;
}

.cap-mindshare-matrix-table th {
  color: #6f8eb1;
  font-weight: 900;
}

.cap-mindshare-matrix-table th:first-child,
.cap-mindshare-matrix-table td:first-child {
  min-width: 86px;
  background: #f7f9fc;
  text-align: left;
}

.cap-mindshare-matrix-table th small {
  display: block;
  margin-top: 2px;
  color: #9aa8b8;
  font-size: 10px;
  font-weight: 800;
}

.cap-mindshare-matrix-table td:first-child strong {
  display: block;
  color: #143a6b;
  font-size: 12px;
  font-weight: 900;
}

.cap-mindshare-matrix-table td:first-child span {
  display: block;
  margin-top: 2px;
  color: #8292a8;
  font-size: 10px;
  font-weight: 800;
}

.cap-mindshare-cell {
  position: relative;
  min-width: 54px;
  height: 28px;
  border-radius: 5px;
  background: #edf2f7;
  overflow: hidden;
}

.cap-mindshare-cell i {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: #2f6fcc;
}

.cap-mindshare-module.is-green .cap-mindshare-cell i {
  background: #1c9b70;
}

.cap-mindshare-module.is-amber .cap-mindshare-cell i {
  background: #d18a1f;
}

.cap-mindshare-module.is-red .cap-mindshare-cell i {
  background: #d95545;
}

.cap-mindshare-cell span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1d2738;
  font-size: 12px;
  font-weight: 900;
}

.ts-mindshare-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ts-mindshare-toolbar select {
  min-width: 240px;
  height: 34px;
  padding: 0 34px 0 12px;
  border: 1px solid #d8e2f0;
  border-radius: 6px;
  background: #f7f9fc;
  color: #1d2129;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
}

.ts-mindshare-toolbar p {
  margin: 0;
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ts-mindshare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 14px;
}

.ts-mindshare-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-card.is-wide {
  grid-column: 1 / -1;
}

.ts-mindshare-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f3f5;
}

.ts-mindshare-card-head span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-mindshare-card-head strong {
  display: block;
  margin-top: 0;
  color: #1d2129;
  font-size: 20px;
  line-height: 1.2;
}

.ts-mindshare-card-head p {
  margin: 0;
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ts-mindshare-group-tabs {
  display: inline-flex;
  width: fit-content;
  gap: 2px;
  padding: 3px;
  border-radius: 8px;
  background: #f2f3f5;
}

.ts-mindshare-group-tabs button {
  min-width: 96px;
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4e5969;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ts-mindshare-group-tabs button.is-active {
  background: #ffffff;
  color: #165dff;
  box-shadow: 0 1px 4px rgba(22, 93, 255, 0.14);
}

.ts-mindshare-group-panel {
  display: grid;
  gap: 12px;
}

.ts-mindshare-group-panel[hidden],
.ts-mindshare-view[hidden] {
  display: none !important;
}

.ts-mindshare-group-insight {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #dbe8ff;
  border-radius: 8px;
  background: #f7fbff;
}

.ts-mindshare-group-insight strong {
  color: #123f80;
  font-size: 15px;
  line-height: 1.35;
}

.ts-mindshare-group-insight ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-mindshare-group-insight li {
  position: relative;
  padding-left: 14px;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.65;
}

.ts-mindshare-group-insight li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #5b8cff;
  content: "";
}

.ts-mindshare-group-insight p {
  margin: 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.65;
}

.ts-mindshare-group-insight .ts-mindshare-caution {
  padding-top: 6px;
  border-top: 1px solid #e5efff;
  color: #86909c;
}

.ts-mindshare-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.ts-mindshare-distribution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ts-mindshare-dim-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fbfcff;
}

.ts-mindshare-dim-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-bottom: 1px solid #eef2fb;
  background: #f7f9fc;
}

.ts-mindshare-dim-head strong {
  color: #1d2129;
  font-size: 14px;
  line-height: 1.3;
}

.ts-mindshare-dim-head span {
  padding: 3px 7px;
  border-radius: 4px;
  background: #eef4ff;
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 800;
}

.ts-mindshare-dim-values {
  display: grid;
  gap: 0;
}

.ts-mindshare-butterfly-axis {
  display: grid;
  grid-template-columns: 42px minmax(72px, 1fr) minmax(92px, 116px) minmax(72px, 1fr) 42px 54px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #edf1f5;
  background: #fbfcff;
  color: #86909c;
  font-size: 10px;
  font-weight: 900;
}

.ts-mindshare-butterfly-axis span:nth-child(1) {
  grid-column: 1 / 3;
  text-align: right;
  color: #165dff;
}

.ts-mindshare-butterfly-axis span:nth-child(2) {
  grid-column: 3;
  text-align: center;
}

.ts-mindshare-butterfly-axis span:nth-child(3) {
  grid-column: 4 / 6;
  text-align: left;
}

.ts-mindshare-butterfly-axis span:nth-child(4) {
  grid-column: 6;
  text-align: right;
}

.ts-mindshare-butterfly-row {
  display: grid;
  grid-template-columns: 42px minmax(72px, 1fr) minmax(92px, 116px) minmax(72px, 1fr) 42px 54px;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  border-bottom: 1px solid #f2f3f5;
}

.ts-mindshare-butterfly-row:last-child {
  border-bottom: 0;
}

.ts-mindshare-butterfly-name {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-mindshare-butterfly-value {
  color: #4e5969;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.ts-mindshare-butterfly-value.is-mlb {
  color: #165dff;
  text-align: right;
}

.ts-mindshare-butterfly-value.is-comp {
  text-align: left;
}

.ts-mindshare-butterfly-bar {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-mindshare-butterfly-bar i {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 999px;
}

.ts-mindshare-butterfly-bar.is-left i {
  right: 0;
  background: linear-gradient(90deg, #7fb0ff 0%, #165dff 100%);
}

.ts-mindshare-butterfly-bar.is-right i {
  left: 0;
  background: #c9cdd4;
}

.ts-mindshare-butterfly-row::before,
.ts-mindshare-butterfly-row::after {
  color: #86909c;
  font-size: 10px;
  font-weight: 800;
}

.ts-mindshare-butterfly-row em {
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ts-mindshare-butterfly-row em.is-mlb {
  color: #165dff;
}

.ts-mindshare-butterfly-row em.is-comp {
  color: #86909c;
}

.ts-mindshare-bar-row,
.ts-mindshare-function-row {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  background: #fbfcff;
}

.ts-mindshare-bar-row {
  grid-template-columns: 160px minmax(0, 1fr) 58px;
  align-items: center;
}

.ts-mindshare-bar-label {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ts-mindshare-bar-label strong,
.ts-mindshare-function-name {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
}

.ts-mindshare-bar-label span {
  overflow: hidden;
  color: #86909c;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-mindshare-bar-pair,
.ts-mindshare-function-bars {
  display: grid;
  gap: 7px;
}

.ts-mindshare-metric {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
}

.ts-mindshare-metric span {
  color: #4e5969;
  font-size: 11px;
  font-weight: 700;
}

.ts-mindshare-metric strong,
.ts-mindshare-gap {
  color: #1d2129;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.ts-mindshare-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-mindshare-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.ts-mindshare-track i.is-mlb {
  background: #165dff;
}

.ts-mindshare-track i.is-comp {
  background: #c9cdd4;
}

.ts-mindshare-gap.is-mlb,
.ts-mindshare-table .is-mlb {
  color: #165dff;
}

.ts-mindshare-gap.is-comp,
.ts-mindshare-table .is-comp {
  color: #86909c;
}

.ts-mindshare-function-list {
  display: grid;
  gap: 10px;
}

.ts-mindshare-function-row {
  grid-template-columns: 120px minmax(0, 1fr) 112px;
  align-items: center;
}

.ts-mindshare-function-tag {
  justify-self: end;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.ts-mindshare-function-tag.is-mlb {
  color: #165dff;
  background: #e8f3ff;
}

.ts-mindshare-function-tag.is-comp {
  color: #86909c;
  background: #f2f3f5;
}

.ts-mindshare-function-tag.is-flat {
  color: #4e5969;
  background: #f7f8fa;
}

.ts-mindshare-table-wrap {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.ts-mindshare-table {
  width: 100%;
  min-width: 980px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: visible;
  background: #ffffff;
}

.ts-mindshare-table th,
.ts-mindshare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ts-mindshare-table th {
  color: #4e5969;
  font-size: 13px;
  font-weight: 800;
  background: #f7f9fc;
}

.ts-mindshare-table td:first-child,
.ts-mindshare-table td:last-child {
  text-align: left;
}

.ts-mindshare-table th:first-child,
.ts-mindshare-table td:first-child {
  position: sticky;
  left: 0 !important;
  z-index: 8;
  width: 180px;
  min-width: 180px;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5e6eb;
}

.ts-mindshare-table thead th:first-child {
  z-index: 10;
  background: #f7f9fc;
}

.ts-mindshare-table tbody tr:hover td:first-child {
  background: #f7f8fa;
}

.ts-mindshare-table td:last-child {
  white-space: normal;
}

.ts-mindshare-table tbody tr:hover {
  background: #f7f8fa;
}

.ts-mindshare-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-mindshare-table .is-strong {
  color: #1d2129;
  font-weight: 900;
}

.ts-mindshare-details {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-details summary {
  padding: 11px 14px;
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ts-mindshare-details[open] summary {
  border-bottom: 1px solid #eef2fb;
}

.ts-audience-svg-wrap {
  min-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
}

.ts-audience-svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.ts-audience-combo-svg {
  height: 330px;
  min-height: 330px;
}

.ts-audience-svg-grid line {
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-audience-change-baseline {
  stroke: #dbe3ef !important;
  stroke-width: 1;
  stroke-dasharray: 4 5;
}

.ts-audience-svg-zero {
  stroke: #cfd6e3 !important;
  stroke-dasharray: 4 4;
}

.ts-audience-svg-divider {
  stroke: #edf1f5;
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.ts-audience-change-zone rect {
  fill: #f8fff9;
}

.ts-audience-baseline-label {
  fill: #86909c;
  font-size: 9px;
  font-weight: 650;
}

.ts-audience-svg-axis-labels text,
.ts-audience-svg-axis-title,
.ts-audience-bubble-label,
.ts-audience-combo-label,
.ts-audience-combo-value,
.ts-audience-combo-line-label,
.ts-audience-quadrant-labels text,
.ts-audience-avg-lines text,
.ts-audience-bubble-labels text {
  fill: #4e5969;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 15px;
}

.ts-audience-svg-axis-title {
  fill: #86909c;
  font-size: 12px;
  font-weight: 500;
}

.ts-audience-svg-legend text {
  fill: #86909c;
  font-size: 12px;
  font-weight: 500;
}

.ts-audience-svg-legend rect {
  fill: #5b7dbb;
}

.ts-audience-bubble {
  stroke: #ffffff;
  stroke-width: 2;
}

.ts-audience-bubble-industry {
  fill: rgba(255, 255, 255, 0.92);
  stroke: #a8b5c7;
  stroke-width: 2;
  opacity: 0.92;
}

.ts-audience-bubble-mlb {
  fill: rgba(22, 93, 255, 0.82);
  stroke: #ffffff;
  stroke-width: 2;
}

.ts-audience-quadrant-labels text {
  fill: #c9cdd4;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.56;
}

.ts-audience-avg-lines line {
  stroke: #b7c6dc;
  stroke-width: 1.2;
  stroke-dasharray: 5 5;
}

.ts-audience-avg-lines text {
  fill: #9aa8ba;
  font-size: 12px;
  font-weight: 600;
}

.ts-audience-bubble-link {
  stroke: #d8e2f0;
  stroke-width: 1;
  stroke-dasharray: 2 3;
  opacity: 0.5;
}

.ts-audience-bubble-label {
  font-size: 15px;
  font-weight: 700;
  fill: #1d2129;
}

.ts-audience-bubble-labels text {
  paint-order: stroke;
  stroke: #ffffff;
  stroke-width: 4px;
  fill: #1d2129;
  font-size: 12px;
  font-weight: 650;
}

.ts-audience-bubble-labels text.is-industry {
  fill: #6f7f95;
}

.ts-audience-bubble-labels text.is-mlb {
  fill: #143a6b;
  stroke: #ffffff;
  stroke-width: 3px;
}

.ts-audience-overall-lines line {
  stroke-width: 1.4;
  stroke-dasharray: 6 5;
}

.ts-audience-overall-lines line.is-industry {
  stroke: #a8b5c7;
}

.ts-audience-overall-lines line.is-mlb {
  stroke: #165dff;
}

.ts-audience-overall-lines text {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 10px;
  font-weight: 650;
  opacity: 0.9;
}

.ts-audience-overall-lines text.is-industry {
  fill: #6f7f95;
}

.ts-audience-overall-lines text.is-mlb {
  fill: #165dff;
}

.ts-audience-bubble-legend {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.ts-audience-bubble-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 30px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-audience-bubble-legend-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #165dff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.ts-audience-bubble-legend-item strong {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-audience-bubble-legend-item .ts-strategy-tag {
  min-width: auto;
  height: 20px;
  padding: 0 8px;
  font-size: 11px;
}

.ts-audience-tag-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ts-audience-tag-chip {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-audience-tag-chip span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ts-audience-tag-chip strong {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-audience-combo-bar-track {
  display: none;
}

.ts-audience-combo-bar-fill {
  fill: url(#mlbGradient);
}

.ts-audience-combo-line {
  display: none;
}

.ts-audience-combo-dot {
  display: none;
}

.ts-audience-change-marker.is-growth {
  fill: #00b42a;
}

.ts-audience-change-marker.is-decline {
  fill: #f53f3f;
}

.ts-audience-change-marker.is-neutral {
  fill: #86909c;
}

.ts-audience-combo-svg .ts-audience-combo-line-label {
  font-size: 12px;
  font-weight: 500;
  fill: #1d2129;
}

.ts-audience-combo-line-label.is-growth {
  fill: #165dff;
}

.ts-audience-combo-line-label.is-decline {
  fill: #f53f3f;
}

.ts-audience-combo-line-label.is-neutral {
  fill: #1d2129;
}

.ts-audience-combo-line-label.is-strong {
  fill: #00b42a;
  font-weight: 900;
}

.ts-audience-combo-svg .ts-audience-combo-value {
  font-size: 12px;
  font-weight: 500;
  fill: #1d2129;
}

.ts-audience-combo-value.is-strong {
  fill: #165dff;
  font-weight: 900;
}

.ts-audience-combo-svg .ts-audience-combo-label {
  font-size: 12px;
  font-weight: 700;
  fill: #1d2129;
}

.ts-audience-combo-axis-title {
  fill: #ff7d00;
}

.ts-audience-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f3f5;
}

.ts-audience-chart-head div {
  display: grid;
  gap: 4px;
}

.ts-audience-chart-head span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-audience-chart-head strong {
  color: #1d2129;
  font-size: 16px;
  line-height: 1.2;
}

.ts-audience-chart-head p {
  margin: 0;
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ts-audience-chart-body {
  display: grid;
  gap: 10px;
}

.ts-audience-chart-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f7f8fa;
}

.ts-audience-chart-row:last-child {
  border-bottom: 0;
}

.ts-audience-chart-label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ts-audience-chart-label > strong {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.ts-audience-chart-metrics {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ts-audience-metric-line,
.ts-audience-penetration-metric {
  display: grid;
  grid-template-columns: 58px minmax(88px, 1fr) 42px 64px;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.ts-audience-penetration-metric {
  grid-template-columns: 112px minmax(120px, 1fr) 46px 72px;
}

.ts-audience-metric-name {
  color: #86909c;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ts-audience-chart-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-audience-chart-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 999px;
}

.ts-audience-chart-fill-industry {
  background: linear-gradient(90deg, #d7dde5 0%, #aeb7c2 100%);
}

.ts-audience-chart-fill-mlb {
  background: linear-gradient(90deg, #5b8cff 0%, #165dff 100%);
}

.ts-audience-chart-value {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.ts-audience-metric-line-mlb .ts-audience-chart-value,
.ts-audience-penetration-metric .ts-audience-chart-value {
  color: #165dff;
}

.ts-audience-chart-insight {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-audience-chart-insight span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-audience-chart-insight strong {
  color: #1d2129;
  font-size: 14px;
  line-height: 1.3;
}

.ts-audience-chart-insight p {
  margin: 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.6;
}

.ts-audience-rule-note {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #fbfcff;
  color: #4e5969;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-audience-rule-note-title {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
}

.ts-audience-rule-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.ts-audience-rule-note strong {
  color: #1d2129;
  font-weight: 800;
}

.ts-audience-rule-note em {
  color: #165dff;
  font-style: normal;
  font-weight: 700;
}

.ts-landscape-table,
.ts-audience-table {
  width: 100%;
  overflow: visible;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  table-layout: fixed;
}

.ts-landscape-table {
  min-width: 1120px;
}

.ts-audience-table {
  min-width: 1280px;
}

.ts-landscape-table,
.ts-landscape-table *,
.ts-audience-table,
.ts-audience-table * {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-col-price-band { width: 92px; }
.ts-col-pct { width: 130px; min-width: 112px; }
.ts-col-yoy { width: 92px; }
.ts-col-top-brands { width: 178px; min-width: 168px; }
.ts-col-market-share { width: 118px; }
.ts-col-rank { width: 76px; }
.ts-col-rank-change { width: 104px; }

.ts-audience-col-name { width: 130px; }
.ts-audience-col-pct { width: 170px; }
.ts-audience-col-yoy { width: 120px; }
.ts-audience-col-penetration { width: 150px; }
.ts-audience-col-change { width: 170px; }
.ts-audience-col-tag { width: 140px; }

.ts-landscape-table th,
.ts-landscape-table td,
.ts-audience-table th,
.ts-audience-table td {
  min-width: 80px;
  padding: 12px 12px;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ts-landscape-table th,
.ts-landscape-table td {
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.ts-landscape-table td,
.ts-audience-table td {
  overflow: hidden;
}

.ts-landscape-table td,
.ts-landscape-table td *,
.ts-landscape-table .ts-data-bar-value,
.ts-landscape-table .ts-pill,
.ts-landscape-table .ts-brand-name,
.ts-landscape-table .ts-brand-share {
  font-weight: 400;
}

.ts-landscape-table th,
.ts-audience-table th {
  padding: 16px 18px;
  color: #4e5969;
  font-size: 14px;
  font-weight: 600;
  background: #f7f9fc;
}

.ts-landscape-table th {
  padding-left: 10px;
  padding-right: 10px;
}

.ts-landscape-table tbody tr,
.ts-audience-table tbody tr {
  transition: background 160ms ease;
}

.ts-landscape-table tbody tr:hover,
.ts-audience-table tbody tr:hover {
  background-color: #f7f8fa;
}

.ts-landscape-table tbody tr:last-child td,
.ts-audience-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-price-col {
  width: 92px;
  text-align: left !important;
}

.ts-price-cell {
  color: #1d2129;
  font-weight: 400;
  text-align: left;
}

.ts-price-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #165dff;
  cursor: pointer;
  font: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ts-landscape-table .ts-price-col,
.ts-landscape-table .ts-price-cell {
  position: sticky;
  left: 0 !important;
  z-index: 8;
  width: 92px;
  min-width: 92px;
  overflow: visible;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5e6eb;
}

.ts-landscape-table thead .ts-price-col {
  z-index: 10;
  background: #f7f9fc;
}

.ts-landscape-table tbody tr:hover .ts-price-cell {
  background: #f7f8fa;
}

.ts-price-link:hover {
  color: #0e42d2;
}

.ts-modal-open {
  overflow: hidden;
}

.ts-landscape-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-sizing: border-box;
}

.ts-landscape-modal.is-open {
  display: flex;
}

.ts-landscape-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 33, 41, 0.42);
}

.ts-landscape-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(980px, 96vw);
  max-height: 82vh;
  overflow: hidden;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 72px rgba(29, 33, 41, 0.22);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-landscape-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #f2f3f5;
  background: #f7f9fc;
}

.ts-landscape-modal-head div {
  display: grid;
  gap: 4px;
}

.ts-landscape-modal-title-line {
  display: flex !important;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.ts-landscape-modal-head span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-landscape-modal-head strong {
  color: #1d2129;
  font-size: 18px;
  line-height: 1.3;
}

.ts-landscape-modal-head em {
  color: #5b7dbb;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.ts-landscape-modal-close {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4e5969;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.ts-landscape-modal-close:hover {
  background: #eef3fb;
}

.ts-landscape-modal-body {
  overflow: auto;
  padding: 14px 16px 18px;
}

.ts-landscape-detail-panel[hidden] {
  display: none;
}

.ts-landscape-detail-table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  background: #ffffff;
}

.ts-landscape-detail-table th,
.ts-landscape-detail-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.ts-landscape-detail-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  color: #4e5969;
  font-size: 13px;
  font-weight: 800;
  background: #f7f9fc;
}

.ts-landscape-detail-table tr.is-mlb-row td {
  background: #eef5ff;
  color: #165dff;
}

.ts-landscape-detail-table tr.is-mlb-row .ts-pill {
  background: #dbeafe;
}

.ts-landscape-detail-table tr:last-child td {
  border-bottom: 0;
}

.ts-yoy-text {
  font-weight: 800;
}

.ts-yoy-text.is-growth {
  color: #00b42a;
}

.ts-yoy-text.is-decline {
  color: #f53f3f;
}

.ts-yoy-text.is-neutral {
  color: #86909c;
}

.ts-landscape-detail-empty {
  padding: 28px;
  border: 1px dashed #d8e2f0;
  border-radius: 8px;
  color: #86909c;
  text-align: center;
}

.ts-audience-name-head,
.ts-audience-name-cell {
  text-align: left !important;
}

.ts-audience-name-cell {
  color: #1d2129;
  font-weight: 700;
}

.ts-group-head {
  text-align: center !important;
  font-size: 14px !important;
  color: #4e5969 !important;
  background: #f7f9fc !important;
}

.ts-industry-head {
  background: #f7f9fc !important;
  border-right: 2px dashed #e5e6eb;
}

.ts-mlb-head {
  background: #f3f7ff !important;
  color: #5b7dbb !important;
  font-weight: 500 !important;
}

.ts-mlb-divider {
  border-left: 0;
}

.ts-audience-table .ts-audience-mlb-start {
  border-left: 2px dashed #e5e6eb;
}

.ts-data-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.ts-data-bar-track {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 16px;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-data-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 999px;
}

.ts-data-bar-industry .ts-data-bar-fill {
  background: linear-gradient(90deg, #d7dde5 0%, #aeb7c2 100%);
}

.ts-data-bar-mlb .ts-data-bar-fill {
  background: linear-gradient(90deg, #5b8cff 0%, #165dff 100%);
}

.ts-data-bar-value {
  width: 45px;
  color: #1d2129;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.ts-data-bar-mlb .ts-data-bar-value {
  color: #165dff;
}

.ts-penetration-value {
  color: #165dff;
  font-size: 14px;
  font-weight: 400;
}

.ts-strategy-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #165dff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
}

.ts-audience-strong .ts-data-bar-value,
.ts-audience-strong .ts-strategy-tag {
  font-weight: 700;
}

.ts-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 56px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  box-sizing: border-box;
}

.ts-pill.is-growth {
  color: #00b42a;
  background: #e8ffea;
}

.ts-pill.is-decline {
  color: #f53f3f;
  background: #ffece8;
}

.ts-pill.is-neutral,
.ts-pill.is-muted,
.ts-pill.is-rank-muted {
  color: #86909c;
  background: #f2f3f5;
}

.ts-pill.is-rank-top {
  color: #ff7d00;
  background: #fff7e8;
}

.ts-pill.is-rank-top.rank-1,
.ts-pill.is-rank-top.rank-2,
.ts-pill.is-rank-top.rank-3 {
  color: #d46b08;
  background: #ffe7ba;
}

.ts-brand-list {
  display: block;
  width: 100%;
  white-space: normal;
}

.ts-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 128px;
  max-width: 128px;
  margin: 0 auto 4px;
  gap: 12px;
}

.ts-brand-row:last-child {
  margin-bottom: 0;
}

.ts-brand-name {
  color: #1d2129;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.ts-brand-share {
  color: #86909c;
  font-size: 13px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  text-align: right;
}

.ts-landscape-table .ts-brand-row.is-mlb-brand .ts-brand-name,
.ts-landscape-table .ts-brand-row.is-mlb-brand .ts-brand-share {
  font-weight: 900;
}

.ts-top-brands-col,
.ts-top-brands-cell {
  min-width: 168px;
  white-space: normal !important;
  border-right: 2px dashed #e5e6eb;
}

.ts-top-brands-cell {
  padding: 10px 12px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}

.ts-muted-text {
  color: #86909c;
}

@media (max-width: 1200px) {
  .ts-audience-chart-grid,
  .ts-audience-insight-grid,
  .ts-audience-conclusion-grid,
  .ts-outflow-summary-grid,
  .ts-outflow-grid {
    grid-template-columns: 1fr;
  }

  .ts-audience-conclusion-item,
  .ts-outflow-summary-item {
    padding: 10px 0;
  }

  .ts-audience-conclusion-item + .ts-audience-conclusion-item,
  .ts-outflow-summary-item + .ts-outflow-summary-item {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.2);
  }

  .ts-audience-chart-grid {
    grid-template-rows: none;
  }

  .ts-audience-chart-block {
    grid-row: auto;
    grid-template-rows: none;
  }

  .ts-product-strategy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-product-gender-compare-grid {
    grid-template-columns: 1fr;
  }

  .ts-product-function-gender-grid {
    grid-template-columns: 1fr;
  }

  .ts-product-gender-arc-grid {
    grid-template-columns: 1fr;
  }

  .shoes-type-overview-grid {
    grid-template-columns: 1fr;
  }
}

.ts-audience-chart-head.ts-outflow-chart-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 8px;
}

.ts-audience-chart-head.ts-outflow-chart-head > div:first-child {
  grid-column: 1;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle {
  grid-column: 2;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-view-toggle {
  grid-column: 4;
  justify-self: end;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle[hidden] {
  display: none;
}

@media (max-width: 1100px) {
  .ts-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ts-landscape-summary-grid {
    grid-template-columns: 1fr;
  }

  .ts-landscape-summary-item {
    padding: 0;
  }

  .ts-landscape-summary-item + .ts-landscape-summary-item {
    margin-top: 14px;
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.2);
  }
}

@media (max-width: 640px) {
  .campaign-review-page {
    padding: 18px;
  }

  .ts-summary-grid {
    grid-template-columns: 1fr;
  }

  .ts-analysis-section {
    padding: 14px;
  }

  .ts-product-strategy-grid {
    grid-template-columns: 1fr;
  }

  .ts-product-brand-pair {
    grid-template-columns: 1fr;
  }

  .ts-product-function-brand-pair {
    grid-template-columns: 1fr;
  }

  .ts-product-gender-arc-card {
    grid-template-columns: 1fr;
  }

  .ts-product-gender-arc-chart {
    border-left: 0;
    border-top: 1px solid #eef2fb;
    padding-top: 8px;
  }
}

.ts-audience-chart-head.ts-outflow-chart-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 8px;
}

.ts-audience-chart-head.ts-outflow-chart-head > div:first-child {
  grid-column: 1;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle {
  grid-column: 2;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-view-toggle {
  grid-column: 4;
  justify-self: end;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle[hidden] {
  display: none;
}
.ts-audience-chart-head.ts-outflow-chart-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  column-gap: 8px;
}

.ts-audience-chart-head.ts-outflow-chart-head > div:first-child {
  grid-column: 1;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle {
  grid-column: 2;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-view-toggle {
  grid-column: 4;
  justify-self: end;
}

.ts-audience-chart-head.ts-outflow-chart-head .ts-outflow-toggle[hidden] {
  display: none;
}


/* Current product-planning styles preserved from target */
.ts-mindshare-section,
.ts-mindshare-section * {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-mindshare-placeholder {
  display: grid;
  gap: 8px;
  min-height: 120px;
  align-content: center;
  padding: 18px;
  border: 1px dashed #d8e2f0;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
}

.ts-mindshare-placeholder strong {
  color: #1d2129;
  font-size: 16px;
  line-height: 1.3;
}

.ts-mindshare-placeholder p {
  max-width: 760px;
  margin: 0;
  color: #5f7da0;
  font-size: 13px;
  line-height: 1.65;
}

.ts-mindshare-insight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.ts-mindshare-insight {
  display: grid;
  gap: 6px;
  min-height: 0;
  padding: 12px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-insight span {
  font-size: 12px;
  font-weight: 800;
  color: #5b7dbb;
}

.ts-mindshare-insight strong {
  color: #1d2129;
  font-size: 18px;
  line-height: 1.25;
}

.ts-mindshare-insight p {
  margin: 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.65;
}

.ts-mindshare-insight.is-blue {
  border-color: #bedaff;
  background: #f0f7ff;
}

.ts-mindshare-insight.is-gray {
  background: #f7f9fc;
}

.ts-mindshare-insight.is-red {
  border-color: #ffd4cc;
  background: #fff4f2;
}

.cap-mindshare-summary {
  margin-bottom: 14px;
  padding: 16px 18px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-summary strong {
  display: block;
  color: #143a6b;
  font-size: 17px;
  font-weight: 900;
}

.cap-mindshare-summary p {
  margin: 7px 0 0;
  color: #44566f;
  font-size: 13px;
  line-height: 1.65;
}

.ts-product-planning-section {
  gap: 14px;
}

.ts-product-story,
.ts-product-stage,
.ts-product-strategy {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
}

.ts-product-story {
  border-color: #dbe7ff;
  background: #f7faff;
}

.ts-product-story strong,
.ts-product-stage-head strong {
  display: block;
  color: #10325d;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.ts-product-story p,
.ts-product-stage-head p {
  margin: 6px 0 0;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.65;
}

.ts-product-stage-head {
  margin-bottom: 12px;
}

.ts-product-stage.is-overview {
  padding: 18px;
}

.ts-product-stage.is-overview .ts-product-stage-head {
  margin-bottom: 18px;
}

.ts-product-stage.is-overview .ts-product-stage-head span {
  color: #6f7f95;
  font-size: 12px;
  letter-spacing: 2px;
}

.ts-product-stage.is-overview .ts-product-stage-head strong {
  color: #020817;
  font-size: 22px;
  line-height: 1.25;
}

.ts-product-stage-head span {
  display: block;
  margin-bottom: 4px;
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ts-product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.ts-product-tabs button {
  min-height: 30px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
  color: #5b6f8a;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  padding: 0 12px;
}

.ts-product-tabs button.is-active {
  border-color: #5b7dbb;
  background: #edf4ff;
  color: #143a6b;
}

.shoes-product-type-tabs {
  align-items: center;
  gap: 26px;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #edf2f9;
}

.shoes-product-type-tabs button {
  min-width: 84px;
  min-height: 36px;
  border-color: transparent;
  border-radius: 9px;
  background: transparent;
  color: #143a6b;
  font-size: 14px;
  padding: 0 16px;
}

.shoes-product-type-tabs button.is-active {
  border-color: #1f64e8;
  background: #1f64e8;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(31, 100, 232, 0.18);
}

.shoes-section-tabs {
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin: -52px 0 18px;
  min-height: 38px;
  pointer-events: none;
}

.shoes-section-tabs button {
  min-width: auto;
  min-height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #9aa8bd;
  font-size: 14px;
  padding: 0 2px;
  position: relative;
  pointer-events: auto;
}

.shoes-section-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.shoes-section-tabs button.is-active {
  border: 0;
  background: transparent;
  color: #1f64e8;
  box-shadow: none;
}

.shoes-section-tabs button.is-active::after {
  background: #1f64e8;
}

.ts-product-tab-panel[hidden] {
  display: none !important;
}

.ts-product-compare-module {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fbfcff;
  padding: 14px;
}

.ts-product-gender-overview {
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
}

.ts-product-brand-share {
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
  padding: 22px 22px 20px;
}

.ts-product-brand-share-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.ts-product-brand-share-head strong {
  color: #020817;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ts-product-brand-share-head span {
  color: #7b8798;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
}

.ts-product-brand-stack {
  display: flex;
  width: 100%;
  height: 18px;
  border-radius: 999px;
  background: #eef3f9;
  overflow: hidden;
}

.ts-product-brand-stack i {
  height: 100%;
  min-width: 2px;
  background: #8aa4c8;
}

.ts-product-brand-stack i.is-mlb {
  background: #0052d9;
}

.ts-product-brand-stack i:nth-child(2) {
  background: #4f83df;
}

.ts-product-brand-stack i:nth-child(3) {
  background: #78a6ef;
}

.ts-product-brand-stack i:nth-child(4) {
  background: #cbd5e1;
}

.ts-product-brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ts-product-brand-chips span {
  border: 1px solid #d8e2ef;
  border-radius: 6px;
  background: #f2f5f9;
  color: #42526b;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 6px 9px;
}

.ts-product-brand-chips span.is-mlb {
  border-color: #d9e7ff;
  background: #eff6ff;
  color: #0052d9;
}

.shoes-type-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shoes-type-overview-grid section {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e5ecf7;
  border-radius: 8px;
  background: #fbfcff;
}

.shoes-type-overview-grid section > strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 950;
}

.shoes-type-share-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
}

.shoes-type-share-row span,
.shoes-type-share-row em {
  color: #6b7d95;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.shoes-type-share-row em {
  text-align: right;
}

.shoes-type-share-row i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #edf1f6;
  overflow: hidden;
}

.shoes-type-share-row i b {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.shoes-type-share-row.is-mlb i b {
  background: #0052d9;
}

.shoes-type-share-row.is-comp i b {
  background: #f26b1d;
}

.shoes-category-tabs-module {
  display: grid;
  gap: 12px;
}

.shoes-category-tabs-module [data-shoes-product-panel][hidden] {
  display: none !important;
}

.ts-product-insight-callout {
  margin: 18px 0 28px;
  padding: 18px 22px;
  border-left: 4px solid #1d5fd6;
  border-radius: 0 8px 8px 0;
  background: #f1f7ff;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.7;
}

.ts-product-insight-callout strong {
  display: block;
  margin-bottom: 8px;
  color: #0052d9;
  font-size: 13px;
  font-weight: 950;
}

.ts-product-insight-callout ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}

.ts-product-insight-callout b {
  color: #0052d9;
  font-weight: 900;
}

.ts-product-gender-bars {
  display: grid;
  gap: 0;
}

.ts-product-gender-arc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ts-product-gender-arc-card {
  display: grid;
  grid-template-columns: minmax(118px, 0.95fr) minmax(130px, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 24px 22px;
  border: 1px solid #e4ebf6;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none;
}

.ts-product-gender-arc-info {
  display: grid;
  align-content: center;
  gap: 5px;
}

.ts-product-gender-arc-info strong {
  color: #020817;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.ts-product-gender-arc-info span {
  color: #86909c;
  font-size: 12px;
  line-height: 1.35;
}

.ts-product-gender-arc-chart {
  position: relative;
  min-height: 92px;
  display: grid;
  place-items: center;
  border-left: 1px solid #eef2fb;
}

.ts-product-gender-arc-chart svg {
  width: 128px;
  height: 92px;
  display: block;
}

.ts-gender-arc-track,
.ts-gender-arc-value {
  fill: none;
  stroke-linecap: round;
}

.ts-gender-arc-track.is-outer {
  stroke: #eef1f5;
  stroke-width: 11;
}

.ts-gender-arc-track.is-inner {
  stroke: #f2f4f7;
  stroke-width: 8;
}

.ts-gender-arc-value.is-mlb {
  stroke: #0052d9;
  stroke-width: 11;
}

.ts-gender-arc-value.is-comp {
  stroke: #f26b1d;
  stroke-width: 8;
}

.ts-product-gender-arc-values {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 3px;
  text-align: center;
  min-width: 62px;
}

.ts-product-gender-arc-values strong {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  color: #0052d9;
  font-weight: 950;
  line-height: 1;
}

.ts-product-gender-arc-values strong.is-comp {
  color: #f26b1d;
}

.ts-product-gender-arc-values b {
  font-size: 15px;
}

.ts-product-gender-arc-values strong.is-mlb b {
  font-size: 11px;
}

.ts-product-gender-arc-values strong.is-mlb.is-zero {
  font-size: 12px;
}

.ts-product-gender-arc-values strong.is-mlb.is-zero b,
.ts-product-gender-arc-values strong.is-comp b {
  font-size: 13px;
}

.ts-product-gender-arc-values span {
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}

.ts-product-gender-bar-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid #eef2fb;
}

.ts-product-gender-bar-row:last-child {
  border-bottom: 0;
}

.ts-product-gender-bar-row > strong {
  color: #1d2f4f;
  font-size: 13px;
  font-weight: 900;
}

.ts-product-gender-bar-lines {
  display: grid;
  gap: 10px;
}

.ts-product-gender-bar-line {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 48px 44px;
  gap: 10px;
  align-items: center;
}

.ts-product-gender-bar-line span {
  color: #0052d9;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-gender-bar-line.is-comp span {
  color: #f26b1d;
}

.ts-product-gender-bar-line i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #f0f2f5;
  overflow: hidden;
}

.ts-product-gender-bar-line i b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #0052d9;
}

.ts-product-gender-bar-line.is-comp i b {
  background: #ef7b2d;
}

.ts-product-gender-bar-line strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.ts-product-gender-bar-line.is-comp strong {
  color: #f26b1d;
}

.ts-product-gender-bar-line em {
  color: #86909c;
  font-size: 11px;
  font-style: normal;
  text-align: right;
}

.ts-product-function-overview {
  border: 1px solid #d8efe4;
  border-radius: 8px;
  background: #fbfffd;
  padding: 14px;
}

.ts-product-function-gender-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ts-product-function-gender-card {
  border: 1px solid #dfe8f4;
  border-radius: 14px;
  background: #ffffff;
  padding: 20px 22px;
  min-width: 0;
  box-shadow: 0 8px 20px rgba(16, 50, 93, 0.05);
}

.ts-product-function-gender-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.ts-product-function-gender-head strong {
  color: #10325d;
  font-size: 18px;
  font-weight: 900;
}

.ts-product-function-gender-head > span {
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
}

.ts-product-function-average {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-product-function-average > div {
  display: grid;
  gap: 4px;
  padding: 0 10px;
  border-left: 3px solid #0052d9;
}

.ts-product-function-average > div.is-comp {
  border-left-color: #f26b1d;
  text-align: right;
  border-left: 0;
  border-right: 3px solid #f26b1d;
}

.ts-product-function-average span {
  color: #6b7d95;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-function-average strong {
  color: #0052d9;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.ts-product-function-average .is-comp strong {
  color: #f26b1d;
}

.ts-product-function-average em {
  color: #86909c;
  font-size: 11px;
  font-style: normal;
}

.ts-product-function-average > b {
  color: #c4ccd8;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.ts-product-function-radar {
  display: grid;
  place-items: center;
}

.ts-product-function-butterfly {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.ts-product-function-butterfly-head,
.ts-product-function-butterfly-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.ts-product-function-butterfly-head {
  color: #86909c;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.ts-product-function-butterfly-head span:first-child {
  color: #0052d9;
  text-align: right;
}

.ts-product-function-butterfly-head span:last-child {
  color: #f26b1d;
  text-align: left;
}

.ts-product-function-butterfly-row {
  min-height: 34px;
}

.ts-product-function-butterfly-row > strong {
  color: #1d2f4f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.ts-product-function-butterfly-side {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 36px;
  gap: 6px;
  align-items: center;
}

.ts-product-function-butterfly-side.is-mlb {
  grid-template-columns: 36px minmax(0, 1fr) 38px;
}

.ts-product-function-butterfly-side em {
  color: #10325d;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.ts-product-function-butterfly-side small {
  color: #9aa6b6;
  font-size: 10px;
  white-space: nowrap;
}

.ts-product-function-butterfly-side i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #f0f2f5;
  overflow: hidden;
}

.ts-product-function-butterfly-side i b {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.ts-product-function-butterfly-side.is-mlb {
  text-align: right;
}

.ts-product-function-butterfly-side.is-mlb i b {
  margin-left: auto;
  background: #0052d9;
}

.ts-product-function-butterfly-side.is-comp i b {
  background: #f26b1d;
}

.ts-product-function-butterfly-side.is-comp em {
  color: #f26b1d;
}

.ts-product-function-radar svg {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

.ts-product-radar-grid polygon {
  fill: none;
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-product-radar-grid line {
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-product-radar-area {
  opacity: 0.16;
}

.ts-product-radar-area.is-mlb {
  fill: #0052d9;
}

.ts-product-radar-area.is-comp {
  fill: #f26b1d;
}

.ts-product-radar-line {
  fill: none;
  stroke-width: 3;
  stroke-linejoin: round;
}

.ts-product-radar-line.is-mlb {
  stroke: #0052d9;
}

.ts-product-radar-line.is-comp {
  stroke: #f26b1d;
}

.ts-product-radar-dots.is-mlb circle {
  fill: #0052d9;
}

.ts-product-radar-dots.is-comp circle {
  fill: #f26b1d;
}

.ts-product-radar-labels text {
  fill: #4e5969;
  font-size: 12px;
  font-weight: 850;
}

.ts-product-function-radar-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  color: #a8b3c2;
  font-size: 13px;
}

.ts-product-compare-block + .ts-product-compare-block {
  margin-top: 14px;
}

.ts-product-compare-block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ts-product-compare-block-head strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
}

.ts-product-compare-block-head span {
  color: #86909c;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.ts-product-compare-table-wrap {
  max-height: 620px;
  overflow: auto;
  border: 1px solid #e5ecf7;
  border-radius: 8px;
  background: #ffffff;
}

.ts-product-compare-table {
  width: 100%;
  min-width: 940px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", sans-serif;
}

.ts-product-compare-table th,
.ts-product-compare-table td {
  border-right: 1px solid #eef2fb;
  border-bottom: 1px solid #eef2fb;
  padding: 10px;
  vertical-align: middle;
}

.ts-product-compare-table th:last-child,
.ts-product-compare-table td:last-child {
  border-right: 0;
}

.ts-product-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-product-compare-table th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f7f9fc;
  color: #10325d;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.ts-product-compare-table th:first-child,
.ts-product-compare-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 220px;
  background: #ffffff;
  box-shadow: 2px 0 0 #eef2fb;
  text-align: left;
}

.ts-product-compare-table td:first-child {
  height: 102px;
}

.ts-product-compare-table th:first-child {
  z-index: 6;
  background: #f7f9fc;
}

.ts-product-compare-table th strong {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.ts-product-compare-table th small {
  display: block;
  margin-top: 4px;
  color: #86909c;
  font-size: 12px;
  font-weight: 800;
}

.ts-product-brand-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(64px, 1fr));
  gap: 14px;
  margin-top: 6px;
  color: #86909c;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-brand-head span:first-child {
  color: #5b7dbb;
}

.ts-product-brand-head span:last-child {
  color: #d4773f;
}

.ts-product-compare-table td:first-child strong {
  display: flex;
  align-items: center;
  min-height: 100%;
  color: #1d2129;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.ts-product-label-cell {
  position: relative;
  flex-wrap: wrap;
  gap: 6px;
  padding-right: 30px;
}

.ts-product-image-trigger {
  position: absolute;
  right: 2px;
  bottom: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #9bbcf4;
  border-radius: 50%;
  background: #eef5ff;
  padding: 0;
  color: #1b5ec9;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
  text-decoration: none;
}

.ts-product-image-trigger span {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.ts-product-image-trigger span::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.ts-product-image-trigger:hover {
  border-color: #2f75e8;
  background: #dfeeff;
  color: #0747a6;
}

.ts-product-label-logic {
  display: inline-flex;
  align-items: center;
  cursor: help;
}

.ts-product-label-logic::after {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-left: 7px;
  border: 1px solid #cbd8ea;
  border-radius: 50%;
  color: #6f86a7;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.ts-product-color-expand {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  border: 1px solid #b8c8df;
  border-radius: 50%;
  background: #ffffff;
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.ts-product-compare-table tr.is-color-child-row td:first-child {
  background: #fbfdff;
}

.ts-product-compare-table tr.is-color-child-row td:first-child strong {
  padding-left: 26px;
  color: #4e5969;
  font-weight: 800;
}

.ts-product-cell-compare {
  display: grid;
  gap: 7px;
}

.ts-product-bubble-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(64px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 14px;
  min-height: 78px;
}

.ts-product-bubble-metric {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 64px;
}

.ts-product-bubble-metric span {
  display: grid;
  place-items: center;
  border: 2px solid #0052d9;
  border-radius: 50%;
  background: rgba(0, 82, 217, 0.08);
  color: #0052d9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ts-product-bubble-metric.is-comp span {
  border-color: #f26b1d;
  background: rgba(242, 107, 29, 0.08);
  color: #f26b1d;
}

.ts-product-bubble-metric.is-empty span {
  border: 1px dashed #c9d1df;
  background: #ffffff;
  color: #c4ccd8;
  font-size: 10px;
}

.ts-product-bubble-metric em {
  color: #86909c;
  font-size: 10px;
  font-style: normal;
  white-space: nowrap;
}

body.ts-product-image-modal-open {
  overflow: hidden;
}

.ts-product-image-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 28px;
}

.ts-product-image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 35, 70, 0.46);
  backdrop-filter: blur(6px);
}

.ts-product-image-modal-panel {
  position: relative;
  z-index: 1;
  width: min(860px, calc(100vw - 48px));
  max-height: calc(100vh - 56px);
  overflow: hidden;
  border: 1px solid #d7e5f7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 80px rgba(17, 42, 84, 0.24);
}

.ts-product-image-modal.is-single .ts-product-image-modal-panel {
  width: min(520px, calc(100vw - 48px));
}

.ts-product-image-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid #e6eef8;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ts-product-image-modal-head span {
  display: block;
  color: #6a85aa;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ts-product-image-modal-head strong {
  display: block;
  margin-top: 4px;
  color: #123966;
  font-size: 20px;
  font-weight: 900;
}

.ts-product-image-modal-head em {
  display: block;
  margin-top: 4px;
  color: #6f86a7;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.ts-product-image-modal-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d6e2f2;
  border-radius: 50%;
  background: #ffffff;
  color: #5f7695;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.ts-product-image-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  max-height: calc(100vh - 150px);
  overflow: auto;
  padding: 18px 22px 22px;
}

.ts-product-image-modal.is-single .ts-product-image-modal-grid {
  display: block;
  max-height: none;
  overflow: visible;
}

.ts-product-image-card {
  overflow: hidden;
  border: 1px solid #e2ebf6;
  border-radius: 8px;
  background: #f8fbff;
}

.ts-product-image-modal.is-single .ts-product-image-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.ts-product-image-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #ffffff;
}

.ts-product-image-modal.is-single .ts-product-image-card img {
  width: 100%;
  height: min(58vh, 520px);
  aspect-ratio: auto;
  object-fit: contain;
}

.ts-product-image-card div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-top: 1px solid #e2ebf6;
}

.ts-product-image-card strong {
  color: #123966;
  font-size: 13px;
  font-weight: 900;
}

.ts-product-image-card span {
  color: #6f86a7;
  font-size: 12px;
  font-weight: 800;
}

.ts-product-cell-metric {
  position: relative;
  display: grid;
  grid-template-columns: 34px auto auto;
  align-items: center;
  gap: 6px;
  min-height: 27px;
  padding-bottom: 5px;
}

.ts-product-cell-metric span {
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
}

.ts-product-cell-metric.is-comp span {
  color: #d4773f;
}

.ts-product-cell-metric strong {
  color: #10325d;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-cell-metric em {
  color: #86909c;
  font-size: 10px;
  font-style: normal;
  text-align: right;
}

.ts-product-cell-metric i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #5b7dbb;
}

.ts-product-cell-metric.is-comp i {
  background: #e3a269;
}

.ts-product-gender-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ts-product-gender-card {
  border: 1px solid #e5ecf7;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
  min-width: 0;
}

.ts-product-gender-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.ts-product-gender-title strong {
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.ts-product-gender-title span {
  color: #86909c;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.ts-product-brand-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ts-product-brand-list {
  min-width: 0;
}

.ts-product-brand-list > span {
  display: block;
  margin-bottom: 6px;
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
}

.ts-product-brand-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid #eef2fb;
}

.ts-product-brand-item:last-child {
  border-bottom: 0;
}

.ts-product-brand-item strong {
  display: block;
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-product-brand-item em {
  display: block;
  margin-top: 2px;
  color: #86909c;
  font-size: 10px;
  font-style: normal;
}

.ts-product-brand-item b {
  color: #10325d;
  font-size: 12px;
  font-weight: 900;
}

.ts-product-brand-item i {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 999px;
  background: #5b7dbb;
}

.ts-product-empty {
  margin: 0;
  color: #a2abb8;
  font-size: 12px;
}

.ts-product-strategy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.ts-product-strategy-card {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fbfcff;
  padding: 12px;
}

.ts-product-strategy-card span {
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 900;
}

.ts-product-strategy-card strong {
  display: block;
  margin-top: 6px;
  color: #10325d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.ts-product-strategy-card p {
  margin: 6px 0 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.6;
}

.ts-product-strategy-card.is-green {
  background: #f7fff9;
  border-color: #d9f2df;
}

.ts-product-strategy-card.is-amber {
  background: #fffaf0;
  border-color: #f6e2b8;
}

.ts-product-strategy-card.is-red {
  background: #fff7f7;
  border-color: #f4d7d7;
}

.cap-mindshare-module-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.cap-mindshare-tabs {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  padding: 4px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
}

.cap-mindshare-tabs button {
  height: 32px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #6f8eb1;
  cursor: pointer;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-tabs button.is-active {
  background: #143a6b;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(20, 58, 107, 0.16);
}

.cap-mindshare-panel[hidden] {
  display: none !important;
}

.cap-mindshare-module {
  min-height: 0;
  padding: 16px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 58, 107, 0.06);
}

.cap-mindshare-module.is-blue {
  border-top: 3px solid #2f6fcc;
}

.cap-mindshare-module.is-green {
  border-top: 3px solid #1c9b70;
}

.cap-mindshare-module.is-amber {
  border-top: 3px solid #d18a1f;
}

.cap-mindshare-module.is-red {
  border-top: 3px solid #d95545;
}

.cap-mindshare-module-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf2f7;
}

.cap-mindshare-module-head span {
  color: #8292a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.cap-mindshare-module-head strong {
  color: #143a6b;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
}

.cap-mindshare-module-copy {
  margin: 6px 0 14px;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.65;
}

.cap-mindshare-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-mindshare-compare > div {
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-compare > div > span {
  display: block;
  margin-bottom: 8px;
  color: #6f8eb1;
  font-size: 12px;
  font-weight: 900;
}

.cap-mindshare-signal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e8eef6;
  overflow: hidden;
}

.cap-mindshare-signal:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.cap-mindshare-signal div {
  min-width: 0;
}

.cap-mindshare-signal strong {
  display: block;
  overflow: hidden;
  color: #1d2738;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cap-mindshare-signal em {
  display: block;
  margin-top: 2px;
  color: #8292a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.cap-mindshare-signal span {
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-signal i {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #2f6fcc;
}

.cap-mindshare-diff-list {
  display: grid;
  gap: 7px;
}

.cap-mindshare-diff-head,
.cap-mindshare-diff-row {
  display: grid;
  grid-template-columns: minmax(168px, 1.3fr) 72px 88px minmax(132px, 1fr);
  gap: 10px;
  align-items: center;
}

.cap-mindshare-diff-head {
  padding: 0 10px 4px;
  color: #8292a8;
  font-size: 11px;
  font-weight: 900;
}

.cap-mindshare-diff-row {
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid #e8eef6;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-diff-label {
  min-width: 0;
}

.cap-mindshare-diff-label strong {
  display: inline-flex;
  min-width: 54px;
  margin-right: 8px;
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-diff-label span {
  color: #1d2738;
  font-size: 13px;
  font-weight: 850;
}

.cap-mindshare-diff-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
}

.cap-mindshare-diff-value.is-mlb {
  background: #eaf2ff;
  color: #165dff;
}

.cap-mindshare-diff-value.is-comp {
  background: #f0f3f8;
  color: #56657a;
}

.cap-mindshare-diff-gap {
  position: relative;
  display: grid;
  grid-template-columns: 38px 48px minmax(42px, 1fr);
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.cap-mindshare-diff-gap em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.cap-mindshare-diff-gap span {
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.cap-mindshare-diff-gap i {
  display: block;
  height: 8px;
  max-width: 100%;
  border-radius: 999px;
}

.cap-mindshare-diff-row.is-green .cap-mindshare-diff-gap em {
  background: #e8f6ef;
  color: #16833b;
}

.cap-mindshare-diff-row.is-green .cap-mindshare-diff-gap span {
  color: #16833b;
}

.cap-mindshare-diff-row.is-green .cap-mindshare-diff-gap i {
  background: #20a55a;
}

.cap-mindshare-diff-row.is-red .cap-mindshare-diff-gap em {
  background: #fff1f0;
  color: #d01919;
}

.cap-mindshare-diff-row.is-red .cap-mindshare-diff-gap span {
  color: #d01919;
}

.cap-mindshare-diff-row.is-red .cap-mindshare-diff-gap i {
  background: #d95545;
}

.cap-mindshare-diff-row.is-flat .cap-mindshare-diff-gap em {
  background: #eef2f6;
  color: #64748b;
}

.cap-mindshare-diff-row.is-flat .cap-mindshare-diff-gap span {
  color: #64748b;
}

.cap-mindshare-diff-row.is-flat .cap-mindshare-diff-gap i {
  background: #9aa8b8;
}

.cap-mindshare-matrix-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cap-mindshare-matrix-panel {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e8eef6;
  border-radius: 8px;
  background: #f7f9fc;
}

.cap-mindshare-matrix-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.cap-mindshare-matrix-title span {
  color: #143a6b;
  font-size: 13px;
  font-weight: 900;
}

.cap-mindshare-matrix-title em {
  color: #8292a8;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.cap-mindshare-matrix-scroll {
  overflow: visible;
}

.cap-mindshare-matrix-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #1d2738;
  font-size: 12px;
}

.cap-mindshare-matrix-table th,
.cap-mindshare-matrix-table td {
  height: 42px;
  padding: 6px 7px;
  border-bottom: 1px solid #e8eef6;
  text-align: center;
  white-space: normal;
}

.cap-mindshare-matrix-table th {
  color: #6f8eb1;
  font-weight: 900;
}

.cap-mindshare-matrix-table th:first-child,
.cap-mindshare-matrix-table td:first-child {
  min-width: 86px;
  background: #f7f9fc;
  text-align: left;
}

.cap-mindshare-matrix-table th small {
  display: block;
  margin-top: 2px;
  color: #9aa8b8;
  font-size: 10px;
  font-weight: 800;
}

.cap-mindshare-matrix-table td:first-child strong {
  display: block;
  color: #143a6b;
  font-size: 12px;
  font-weight: 900;
}

.cap-mindshare-matrix-table td:first-child span {
  display: block;
  margin-top: 2px;
  color: #8292a8;
  font-size: 10px;
  font-weight: 800;
}

.cap-mindshare-cell {
  position: relative;
  min-width: 54px;
  height: 28px;
  border-radius: 5px;
  background: #edf2f7;
  overflow: hidden;
}

.cap-mindshare-cell i {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  background: #2f6fcc;
}

.cap-mindshare-module.is-green .cap-mindshare-cell i {
  background: #1c9b70;
}

.cap-mindshare-module.is-amber .cap-mindshare-cell i {
  background: #d18a1f;
}

.cap-mindshare-module.is-red .cap-mindshare-cell i {
  background: #d95545;
}

.cap-mindshare-cell span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1d2738;
  font-size: 12px;
  font-weight: 900;
}

.ts-mindshare-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ts-mindshare-toolbar select {
  min-width: 240px;
  height: 34px;
  padding: 0 34px 0 12px;
  border: 1px solid #d8e2f0;
  border-radius: 6px;
  background: #f7f9fc;
  color: #1d2129;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
}

.ts-mindshare-toolbar p {
  margin: 0;
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ts-mindshare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 14px;
}

.ts-mindshare-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-card.is-wide {
  grid-column: 1 / -1;
}

.ts-mindshare-card-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f3f5;
}

.ts-mindshare-card-head span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-mindshare-card-head strong {
  display: block;
  margin-top: 0;
  color: #1d2129;
  font-size: 20px;
  line-height: 1.2;
}

.ts-mindshare-card-head p {
  margin: 0;
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ts-mindshare-group-tabs {
  display: inline-flex;
  width: fit-content;
  gap: 2px;
  padding: 3px;
  border-radius: 8px;
  background: #f2f3f5;
}

.ts-mindshare-group-tabs button {
  min-width: 96px;
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4e5969;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.ts-mindshare-group-tabs button.is-active {
  background: #ffffff;
  color: #165dff;
  box-shadow: 0 1px 4px rgba(22, 93, 255, 0.14);
}

.ts-mindshare-group-panel {
  display: grid;
  gap: 12px;
}

.ts-mindshare-group-panel[hidden],
.ts-mindshare-view[hidden] {
  display: none !important;
}

.ts-mindshare-group-insight {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #dbe8ff;
  border-radius: 8px;
  background: #f7fbff;
}

.ts-mindshare-group-insight strong {
  color: #123f80;
  font-size: 15px;
  line-height: 1.35;
}

.ts-mindshare-group-insight ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-mindshare-group-insight li {
  position: relative;
  padding-left: 14px;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.65;
}

.ts-mindshare-group-insight li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #5b8cff;
  content: "";
}

.ts-mindshare-group-insight p {
  margin: 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.65;
}

.ts-mindshare-group-insight .ts-mindshare-caution {
  padding-top: 6px;
  border-top: 1px solid #e5efff;
  color: #86909c;
}

.ts-mindshare-bars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.ts-mindshare-distribution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ts-mindshare-dim-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #fbfcff;
}

.ts-mindshare-dim-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border-bottom: 1px solid #eef2fb;
  background: #f7f9fc;
}

.ts-mindshare-dim-head strong {
  color: #1d2129;
  font-size: 14px;
  line-height: 1.3;
}

.ts-mindshare-dim-head span {
  padding: 3px 7px;
  border-radius: 4px;
  background: #eef4ff;
  color: #5b7dbb;
  font-size: 11px;
  font-weight: 800;
}

.ts-mindshare-dim-values {
  display: grid;
  gap: 0;
}

.ts-mindshare-butterfly-axis {
  display: grid;
  grid-template-columns: 42px minmax(72px, 1fr) minmax(92px, 116px) minmax(72px, 1fr) 42px 54px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #edf1f5;
  background: #fbfcff;
  color: #86909c;
  font-size: 10px;
  font-weight: 900;
}

.ts-mindshare-butterfly-axis span:nth-child(1) {
  grid-column: 1 / 3;
  text-align: right;
  color: #165dff;
}

.ts-mindshare-butterfly-axis span:nth-child(2) {
  grid-column: 3;
  text-align: center;
}

.ts-mindshare-butterfly-axis span:nth-child(3) {
  grid-column: 4 / 6;
  text-align: left;
}

.ts-mindshare-butterfly-axis span:nth-child(4) {
  grid-column: 6;
  text-align: right;
}

.ts-mindshare-butterfly-row {
  display: grid;
  grid-template-columns: 42px minmax(72px, 1fr) minmax(92px, 116px) minmax(72px, 1fr) 42px 54px;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  border-bottom: 1px solid #f2f3f5;
}

.ts-mindshare-butterfly-row:last-child {
  border-bottom: 0;
}

.ts-mindshare-butterfly-name {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-mindshare-butterfly-value {
  color: #4e5969;
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.ts-mindshare-butterfly-value.is-mlb {
  color: #165dff;
  text-align: right;
}

.ts-mindshare-butterfly-value.is-comp {
  text-align: left;
}

.ts-mindshare-butterfly-bar {
  position: relative;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-mindshare-butterfly-bar i {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 999px;
}

.ts-mindshare-butterfly-bar.is-left i {
  right: 0;
  background: linear-gradient(90deg, #7fb0ff 0%, #165dff 100%);
}

.ts-mindshare-butterfly-bar.is-right i {
  left: 0;
  background: #c9cdd4;
}

.ts-mindshare-butterfly-row::before,
.ts-mindshare-butterfly-row::after {
  color: #86909c;
  font-size: 10px;
  font-weight: 800;
}

.ts-mindshare-butterfly-row em {
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.ts-mindshare-butterfly-row em.is-mlb {
  color: #165dff;
}

.ts-mindshare-butterfly-row em.is-comp {
  color: #86909c;
}

.ts-mindshare-bar-row,
.ts-mindshare-function-row {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  background: #fbfcff;
}

.ts-mindshare-bar-row {
  grid-template-columns: 160px minmax(0, 1fr) 58px;
  align-items: center;
}

.ts-mindshare-bar-label {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ts-mindshare-bar-label strong,
.ts-mindshare-function-name {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
}

.ts-mindshare-bar-label span {
  overflow: hidden;
  color: #86909c;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-mindshare-bar-pair,
.ts-mindshare-function-bars {
  display: grid;
  gap: 7px;
}

.ts-mindshare-metric {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 8px;
}

.ts-mindshare-metric span {
  color: #4e5969;
  font-size: 11px;
  font-weight: 700;
}

.ts-mindshare-metric strong,
.ts-mindshare-gap {
  color: #1d2129;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.ts-mindshare-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-mindshare-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
}

.ts-mindshare-track i.is-mlb {
  background: #165dff;
}

.ts-mindshare-track i.is-comp {
  background: #c9cdd4;
}

.ts-mindshare-gap.is-mlb,
.ts-mindshare-table .is-mlb {
  color: #165dff;
}

.ts-mindshare-gap.is-comp,
.ts-mindshare-table .is-comp {
  color: #86909c;
}

.ts-mindshare-function-list {
  display: grid;
  gap: 10px;
}

.ts-mindshare-function-row {
  grid-template-columns: 120px minmax(0, 1fr) 112px;
  align-items: center;
}

.ts-mindshare-function-tag {
  justify-self: end;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.ts-mindshare-function-tag.is-mlb {
  color: #165dff;
  background: #e8f3ff;
}

.ts-mindshare-function-tag.is-comp {
  color: #86909c;
  background: #f2f3f5;
}

.ts-mindshare-function-tag.is-flat {
  color: #4e5969;
  background: #f7f8fa;
}

.ts-mindshare-table-wrap {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.ts-mindshare-table {
  width: 100%;
  min-width: 980px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: visible;
  background: #ffffff;
}

.ts-mindshare-table th,
.ts-mindshare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ts-mindshare-table th {
  color: #4e5969;
  font-size: 13px;
  font-weight: 800;
  background: #f7f9fc;
}

.ts-mindshare-table td:first-child,
.ts-mindshare-table td:last-child {
  text-align: left;
}

.ts-mindshare-table th:first-child,
.ts-mindshare-table td:first-child {
  position: sticky;
  left: 0 !important;
  z-index: 8;
  width: 180px;
  min-width: 180px;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5e6eb;
}

.ts-mindshare-table thead th:first-child {
  z-index: 10;
  background: #f7f9fc;
}

.ts-mindshare-table tbody tr:hover td:first-child {
  background: #f7f8fa;
}

.ts-mindshare-table td:last-child {
  white-space: normal;
}

.ts-mindshare-table tbody tr:hover {
  background: #f7f8fa;
}

.ts-mindshare-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-mindshare-table .is-strong {
  color: #1d2129;
  font-weight: 900;
}

.ts-mindshare-details {
  border: 1px solid #eef2fb;
  border-radius: 8px;
  background: #ffffff;
}

.ts-mindshare-details summary {
  padding: 11px 14px;
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ts-mindshare-details[open] summary {
  border-bottom: 1px solid #eef2fb;
}

.ts-audience-svg-wrap {
  min-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
}

.ts-audience-svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.ts-audience-combo-svg {
  height: 330px;
  min-height: 330px;
}

.ts-audience-svg-grid line {
  stroke: #edf1f5;
  stroke-width: 1;
}

.ts-audience-change-baseline {
  stroke: #dbe3ef !important;
  stroke-width: 1;
  stroke-dasharray: 4 5;
}

.ts-audience-svg-zero {
  stroke: #cfd6e3 !important;
  stroke-dasharray: 4 4;
}

.ts-audience-svg-divider {
  stroke: #edf1f5;
  stroke-width: 1;
  stroke-dasharray: 3 5;
}

.ts-audience-change-zone rect {
  fill: #f8fff9;
}

.ts-audience-baseline-label {
  fill: #86909c;
  font-size: 9px;
  font-weight: 650;
}

.ts-audience-svg-axis-labels text,
.ts-audience-svg-axis-title,
.ts-audience-bubble-label,
.ts-audience-combo-label,
.ts-audience-combo-value,
.ts-audience-combo-line-label,
.ts-audience-quadrant-labels text,
.ts-audience-avg-lines text,
.ts-audience-bubble-labels text {
  fill: #4e5969;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 15px;
}

.ts-audience-svg-axis-title {
  fill: #86909c;
  font-size: 12px;
  font-weight: 500;
}

.ts-audience-svg-legend text {
  fill: #86909c;
  font-size: 12px;
  font-weight: 500;
}

.ts-audience-svg-legend rect {
  fill: #5b7dbb;
}

.ts-audience-bubble {
  stroke: #ffffff;
  stroke-width: 2;
}

.ts-audience-bubble-industry {
  fill: rgba(255, 255, 255, 0.92);
  stroke: #a8b5c7;
  stroke-width: 2;
  opacity: 0.92;
}

.ts-audience-bubble-mlb {
  fill: rgba(22, 93, 255, 0.82);
  stroke: #ffffff;
  stroke-width: 2;
}

.ts-audience-quadrant-labels text {
  fill: #c9cdd4;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.56;
}

.ts-audience-avg-lines line {
  stroke: #b7c6dc;
  stroke-width: 1.2;
  stroke-dasharray: 5 5;
}

.ts-audience-avg-lines text {
  fill: #9aa8ba;
  font-size: 12px;
  font-weight: 600;
}

.ts-audience-bubble-link {
  stroke: #d8e2f0;
  stroke-width: 1;
  stroke-dasharray: 2 3;
  opacity: 0.5;
}

.ts-audience-bubble-label {
  font-size: 15px;
  font-weight: 700;
  fill: #1d2129;
}

.ts-audience-bubble-labels text {
  paint-order: stroke;
  stroke: #ffffff;
  stroke-width: 4px;
  fill: #1d2129;
  font-size: 12px;
  font-weight: 650;
}

.ts-audience-bubble-labels text.is-industry {
  fill: #6f7f95;
}

.ts-audience-bubble-labels text.is-mlb {
  fill: #143a6b;
  stroke: #ffffff;
  stroke-width: 3px;
}

.ts-audience-overall-lines line {
  stroke-width: 1.4;
  stroke-dasharray: 6 5;
}

.ts-audience-overall-lines line.is-industry {
  stroke: #a8b5c7;
}

.ts-audience-overall-lines line.is-mlb {
  stroke: #165dff;
}

.ts-audience-overall-lines text {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  font-size: 10px;
  font-weight: 650;
  opacity: 0.9;
}

.ts-audience-overall-lines text.is-industry {
  fill: #6f7f95;
}

.ts-audience-overall-lines text.is-mlb {
  fill: #165dff;
}

.ts-audience-bubble-legend {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
}

.ts-audience-bubble-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 30px;
  padding: 6px 8px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-audience-bubble-legend-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #165dff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.ts-audience-bubble-legend-item strong {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-audience-bubble-legend-item .ts-strategy-tag {
  min-width: auto;
  height: 20px;
  padding: 0 8px;
  font-size: 11px;
}

.ts-audience-tag-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ts-audience-tag-chip {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-audience-tag-chip span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ts-audience-tag-chip strong {
  overflow: hidden;
  color: #1d2129;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ts-audience-combo-bar-track {
  display: none;
}

.ts-audience-combo-bar-fill {
  fill: url(#mlbGradient);
}

.ts-audience-combo-line {
  display: none;
}

.ts-audience-combo-dot {
  display: none;
}

.ts-audience-change-marker.is-growth {
  fill: #00b42a;
}

.ts-audience-change-marker.is-decline {
  fill: #f53f3f;
}

.ts-audience-change-marker.is-neutral {
  fill: #86909c;
}

.ts-audience-combo-svg .ts-audience-combo-line-label {
  font-size: 12px;
  font-weight: 500;
  fill: #1d2129;
}

.ts-audience-combo-line-label.is-growth {
  fill: #165dff;
}

.ts-audience-combo-line-label.is-decline {
  fill: #f53f3f;
}

.ts-audience-combo-line-label.is-neutral {
  fill: #1d2129;
}

.ts-audience-combo-line-label.is-strong {
  fill: #00b42a;
  font-weight: 900;
}

.ts-audience-combo-svg .ts-audience-combo-value {
  font-size: 12px;
  font-weight: 500;
  fill: #1d2129;
}

.ts-audience-combo-value.is-strong {
  fill: #165dff;
  font-weight: 900;
}

.ts-audience-combo-svg .ts-audience-combo-label {
  font-size: 12px;
  font-weight: 700;
  fill: #1d2129;
}

.ts-audience-combo-axis-title {
  fill: #ff7d00;
}

.ts-audience-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f3f5;
}

.ts-audience-chart-head div {
  display: grid;
  gap: 4px;
}

.ts-audience-chart-head span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-audience-chart-head strong {
  color: #1d2129;
  font-size: 16px;
  line-height: 1.2;
}

.ts-audience-chart-head p {
  margin: 0;
  color: #86909c;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.ts-audience-chart-body {
  display: grid;
  gap: 10px;
}

.ts-audience-chart-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f7f8fa;
}

.ts-audience-chart-row:last-child {
  border-bottom: 0;
}

.ts-audience-chart-label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ts-audience-chart-label > strong {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.ts-audience-chart-metrics {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.ts-audience-metric-line,
.ts-audience-penetration-metric {
  display: grid;
  grid-template-columns: 58px minmax(88px, 1fr) 42px 64px;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.ts-audience-penetration-metric {
  grid-template-columns: 112px minmax(120px, 1fr) 46px 72px;
}

.ts-audience-metric-name {
  color: #86909c;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.ts-audience-chart-track {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-audience-chart-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 999px;
}

.ts-audience-chart-fill-industry {
  background: linear-gradient(90deg, #d7dde5 0%, #aeb7c2 100%);
}

.ts-audience-chart-fill-mlb {
  background: linear-gradient(90deg, #5b8cff 0%, #165dff 100%);
}

.ts-audience-chart-value {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.ts-audience-metric-line-mlb .ts-audience-chart-value,
.ts-audience-penetration-metric .ts-audience-chart-value {
  color: #165dff;
}

.ts-audience-chart-insight {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f7f9fc;
}

.ts-audience-chart-insight span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-audience-chart-insight strong {
  color: #1d2129;
  font-size: 14px;
  line-height: 1.3;
}

.ts-audience-chart-insight p {
  margin: 0;
  color: #4e5969;
  font-size: 12px;
  line-height: 1.6;
}

.ts-audience-rule-note {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #fbfcff;
  color: #4e5969;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-audience-rule-note-title {
  color: #1d2129;
  font-size: 13px;
  font-weight: 800;
}

.ts-audience-rule-note p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.ts-audience-rule-note strong {
  color: #1d2129;
  font-weight: 800;
}

.ts-audience-rule-note em {
  color: #165dff;
  font-style: normal;
  font-weight: 700;
}

.ts-landscape-table,
.ts-audience-table {
  width: 100%;
  min-width: 1380px;
  overflow: visible;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  table-layout: fixed;
}

.ts-audience-table {
  min-width: 1280px;
}

.ts-landscape-table,
.ts-landscape-table *,
.ts-audience-table,
.ts-audience-table * {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-col-price-band { width: 100px; }
.ts-col-pct { width: 170px; min-width: 140px; }
.ts-col-yoy { width: 120px; }
.ts-col-top-brands { width: 260px; min-width: 240px; }
.ts-col-market-share { width: 150px; }
.ts-col-rank { width: 100px; }
.ts-col-rank-change { width: 130px; }

.ts-audience-col-name { width: 130px; }
.ts-audience-col-pct { width: 170px; }
.ts-audience-col-yoy { width: 120px; }
.ts-audience-col-penetration { width: 150px; }
.ts-audience-col-change { width: 170px; }
.ts-audience-col-tag { width: 140px; }

.ts-landscape-table th,
.ts-landscape-table td,
.ts-audience-table th,
.ts-audience-table td {
  min-width: 80px;
  padding: 12px 12px;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ts-landscape-table td,
.ts-audience-table td {
  overflow: hidden;
}

.ts-landscape-table th,
.ts-audience-table th {
  padding: 16px 24px;
  color: #4e5969;
  font-size: 14px;
  font-weight: 600;
  background: #f7f9fc;
}

.ts-landscape-table tbody tr,
.ts-audience-table tbody tr {
  transition: background 160ms ease;
}

.ts-landscape-table tbody tr:hover,
.ts-audience-table tbody tr:hover {
  background-color: #f7f8fa;
}

.ts-landscape-table tbody tr:last-child td,
.ts-audience-table tbody tr:last-child td {
  border-bottom: 0;
}

.ts-price-col {
  width: 92px;
  text-align: left !important;
}

.ts-price-cell {
  color: #1d2129;
  font-weight: 900;
  text-align: left;
}

.ts-price-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #165dff;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ts-landscape-table .ts-price-col,
.ts-landscape-table .ts-price-cell {
  position: sticky;
  left: 0 !important;
  z-index: 8;
  width: 92px;
  min-width: 92px;
  overflow: visible;
  background: #ffffff;
  background-clip: padding-box;
  box-shadow: 2px 0 0 #e5e6eb;
}

.ts-landscape-table thead .ts-price-col {
  z-index: 10;
  background: #f7f9fc;
}

.ts-landscape-table tbody tr:hover .ts-price-cell {
  background: #f7f8fa;
}

.ts-price-link:hover {
  color: #0e42d2;
}

.ts-modal-open {
  overflow: hidden;
}

.ts-landscape-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-sizing: border-box;
}

.ts-landscape-modal.is-open {
  display: flex;
}

.ts-landscape-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 33, 41, 0.42);
}

.ts-landscape-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(980px, 96vw);
  max-height: 82vh;
  overflow: hidden;
  border: 1px solid #e5e6eb;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 72px rgba(29, 33, 41, 0.22);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
}

.ts-landscape-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #f2f3f5;
  background: #f7f9fc;
}

.ts-landscape-modal-head div {
  display: grid;
  gap: 4px;
}

.ts-landscape-modal-head span {
  color: #5b7dbb;
  font-size: 12px;
  font-weight: 800;
}

.ts-landscape-modal-head strong {
  color: #1d2129;
  font-size: 18px;
  line-height: 1.3;
}

.ts-landscape-modal-close {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #4e5969;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.ts-landscape-modal-close:hover {
  background: #eef3fb;
}

.ts-landscape-modal-body {
  overflow: auto;
  padding: 14px 16px 18px;
}

.ts-landscape-detail-panel[hidden] {
  display: none;
}

.ts-landscape-detail-table {
  width: 100%;
  min-width: 820px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #f2f3f5;
  border-radius: 8px;
  background: #ffffff;
}

.ts-landscape-detail-table th,
.ts-landscape-detail-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f2f3f5;
  color: #4e5969;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.ts-landscape-detail-table th {
  color: #4e5969;
  font-size: 13px;
  font-weight: 800;
  background: #f7f9fc;
}

.ts-landscape-detail-table tr:last-child td {
  border-bottom: 0;
}

.ts-yoy-text {
  font-weight: 800;
}

.ts-yoy-text.is-growth {
  color: #00b42a;
}

.ts-yoy-text.is-decline {
  color: #f53f3f;
}

.ts-yoy-text.is-neutral {
  color: #86909c;
}

.ts-landscape-detail-empty {
  padding: 28px;
  border: 1px dashed #d8e2f0;
  border-radius: 8px;
  color: #86909c;
  text-align: center;
}

.ts-audience-name-head,
.ts-audience-name-cell {
  text-align: left !important;
}

.ts-audience-name-cell {
  color: #1d2129;
  font-weight: 700;
}

.ts-group-head {
  text-align: center !important;
  font-size: 14px !important;
  color: #4e5969 !important;
  background: #f7f9fc !important;
}

.ts-industry-head {
  background: #f7f9fc !important;
  border-right: 2px dashed #e5e6eb;
}

.ts-mlb-head {
  background: #f3f7ff !important;
  color: #5b7dbb !important;
  font-weight: 500 !important;
}

.ts-mlb-divider {
  border-left: 0;
}

.ts-audience-table .ts-audience-mlb-start {
  border-left: 2px dashed #e5e6eb;
}

.ts-data-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

.ts-data-bar-track {
  position: relative;
  overflow: hidden;
  width: 90px;
  height: 16px;
  border-radius: 999px;
  background: #edf1f5;
}

.ts-data-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  border-radius: 999px;
}

.ts-data-bar-industry .ts-data-bar-fill {
  background: linear-gradient(90deg, #d7dde5 0%, #aeb7c2 100%);
}

.ts-data-bar-mlb .ts-data-bar-fill {
  background: linear-gradient(90deg, #5b8cff 0%, #165dff 100%);
}

.ts-data-bar-value {
  width: 45px;
  color: #1d2129;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.ts-data-bar-mlb .ts-data-bar-value {
  color: #165dff;
}

.ts-penetration-value {
  color: #165dff;
  font-size: 14px;
  font-weight: 400;
}

.ts-strategy-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #165dff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
}

.ts-audience-strong .ts-data-bar-value,
.ts-audience-strong .ts-strategy-tag {
  font-weight: 700;
}

.ts-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  min-width: 56px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  box-sizing: border-box;
}

.ts-pill.is-growth {
  color: #00b42a;
  background: #e8ffea;
}

.ts-pill.is-decline {
  color: #f53f3f;
  background: #ffece8;
}

.ts-pill.is-neutral,
.ts-pill.is-muted,
.ts-pill.is-rank-muted {
  color: #86909c;
  background: #f2f3f5;
}

.ts-pill.is-rank-top {
  color: #ff7d00;
  background: #fff7e8;
}

.ts-pill.is-rank-top.rank-1,
.ts-pill.is-rank-top.rank-2,
.ts-pill.is-rank-top.rank-3 {
  color: #d46b08;
  background: #ffe7ba;
}

.ts-brand-list {
  display: block;
  width: 100%;
  white-space: normal;
}

.ts-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 128px;
  max-width: 128px;
  margin: 0 auto 4px;
  gap: 12px;
}

.ts-brand-row:last-child {
  margin-bottom: 0;
}

.ts-brand-name {
  color: #1d2129;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.ts-brand-share {
  color: #86909c;
  font-size: 13px;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif !important;
  text-align: right;
}

.ts-top-brands-col,
.ts-top-brands-cell {
  min-width: 220px;
  white-space: normal !important;
  border-right: 2px dashed #e5e6eb;
}

.ts-top-brands-cell {
  padding: 12px 24px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
}


/* Current product-planning responsive styles preserved from target */
@media (max-width: 1200px) {
  .ts-audience-chart-grid,
  .ts-audience-insight-grid,
  .ts-audience-conclusion-grid,
  .ts-outflow-summary-grid,
  .ts-outflow-grid {
    grid-template-columns: 1fr;
  }

  .ts-audience-conclusion-item,
  .ts-outflow-summary-item {
    padding: 10px 0;
  }

  .ts-audience-conclusion-item + .ts-audience-conclusion-item,
  .ts-outflow-summary-item + .ts-outflow-summary-item {
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.2);
  }

  .ts-audience-chart-grid {
    grid-template-rows: none;
  }

  .ts-audience-chart-block {
    grid-row: auto;
    grid-template-rows: none;
  }

  .ts-product-strategy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-product-gender-compare-grid {
    grid-template-columns: 1fr;
  }

  .ts-product-function-gender-grid {
    grid-template-columns: 1fr;
  }

  .ts-product-gender-arc-grid {
    grid-template-columns: 1fr;
  }

  .shoes-type-overview-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .ts-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ts-landscape-summary-grid {
    grid-template-columns: 1fr;
  }

  .ts-landscape-summary-item {
    padding: 0;
  }

  .ts-landscape-summary-item + .ts-landscape-summary-item {
    margin-top: 14px;
    margin-left: 0;
    padding-top: 14px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(72, 127, 201, 0.2);
  }
}

@media (max-width: 640px) {
  .campaign-review-page {
    padding: 18px;
  }

  .ts-summary-grid {
    grid-template-columns: 1fr;
  }

  .ts-analysis-section {
    padding: 14px;
  }

  .ts-product-strategy-grid {
    grid-template-columns: 1fr;
  }

  .ts-product-brand-pair {
    grid-template-columns: 1fr;
  }

  .ts-product-function-brand-pair {
    grid-template-columns: 1fr;
  }

  .ts-product-gender-arc-card {
    grid-template-columns: 1fr;
  }

  .ts-product-gender-arc-chart {
    border-left: 0;
    border-top: 1px solid #eef2fb;
    padding-top: 8px;
  }
}


